diff options
author | mh <mh@immerda.ch> | 2011-12-23 14:00:20 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-12-23 14:00:20 +0100 |
commit | f84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136 (patch) | |
tree | fc2aff3431b386e7121180057553a850c9eae67c /manifests | |
parent | c2f5b75eb81faf1a7ee364ce3b6e35de16e59a8e (diff) | |
download | puppet-shorewall-f84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136.tar.gz puppet-shorewall-f84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136.tar.bz2 |
do the link before the service
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/centos.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |