]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
do the link before the service
authormh <mh@immerda.ch>
Fri, 23 Dec 2011 13:00:20 +0000 (14:00 +0100)
committermh <mh@immerda.ch>
Fri, 23 Dec 2011 13:00:20 +0000 (14:00 +0100)
manifests/centos.pp

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