summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-10 15:34:35 +0100
committermh <mh@immerda.ch>2012-02-10 15:34:35 +0100
commitce27d7cd097c0e2267be494b9988efe91b87165f (patch)
tree4777ae2840afa0f4d2d96751bfc84af8fa36c9a0 /manifests/centos.pp
parentf84ab26a710ba6d9d3ca1ce2a9f97e9e08db8136 (diff)
get the order right
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp5
1 files changed, 3 insertions, 2 deletions
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
+}