aboutsummaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
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
+}