summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:52:21 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:52:21 +0000
commit2a0a2c3197eee247b7015ba979a12bd5eb0efa5c (patch)
treec3a486536dce7894c0078d97d8aa6c29441ca2bb
parentfe4214271207238c6dc63294496a974b3f069c1d (diff)
downloadpuppet-shorewall-2a0a2c3197eee247b7015ba979a12bd5eb0efa5c.tar.gz
puppet-shorewall-2a0a2c3197eee247b7015ba979a12bd5eb0efa5c.tar.bz2
readding the restart
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1851 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--manifests/init.pp1
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"],