]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
get the order right
authormh <mh@immerda.ch>
Fri, 10 Feb 2012 14:34:35 +0000 (15:34 +0100)
committermh <mh@immerda.ch>
Fri, 10 Feb 2012 14:34:35 +0000 (15:34 +0100)
manifests/centos.pp

index f0825dd2c044b848a9e8e9337799aab9485c53d9..c61e03c3b7d7c96a788cc06ec3a7fa495f439195 100644 (file)
@@ -5,7 +5,8 @@ class shorewall::centos inherits shorewall::base {
     file{'/etc/shorewall/params':
       ensure => link,
       target => '/etc/shorewall/puppet/params',
-      before => Service['shorewall']
+      before => Service['shorewall'],
+      require => File['/etc/shorewall/puppet']
     }
   }
-}
\ No newline at end of file
+}