summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-12-23 14:00:20 +0100
committermh <mh@immerda.ch>2011-12-23 14:00:20 +0100
commitf84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136 (patch)
treefc2aff3431b386e7121180057553a850c9eae67c /manifests/centos.pp
parentc2f5b75eb81faf1a7ee364ce3b6e35de16e59a8e (diff)
do the link before the service
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp1
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