diff options
-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 |