diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b182c0b..7363628 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -231,6 +231,7 @@ class shorewall::base { ensure => running, enable => true, hasstatus => true, + hasrestart => true, subscribe => [ Exec["concat_/var/lib/puppet/modules/shorewall/zones"], Exec["concat_/var/lib/puppet/modules/shorewall/interfaces"], |