From: mh Date: Fri, 10 Feb 2012 14:34:35 +0000 (+0100) Subject: get the order right X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ce27d7cd097c0e2267be494b9988efe91b87165f;p=puppet-shorewall.git get the order right --- diff --git a/manifests/centos.pp b/manifests/centos.pp index f0825dd..c61e03c 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -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 +}