From: mh Date: Fri, 23 Dec 2011 13:00:20 +0000 (+0100) Subject: do the link before the service X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136;p=puppet-shorewall.git do the link before the service --- diff --git a/manifests/centos.pp b/manifests/centos.pp index 815e756..f0825dd 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -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