summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 21:03:38 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 21:03:38 +0000
commit59a72e947e2774a7b4bf120d16735e3756656f8b (patch)
treec3a486536dce7894c0078d97d8aa6c29441ca2bb
parent32aefaeff845390fdf7795249b9806623c658f36 (diff)
downloadpuppet-shorewall-59a72e947e2774a7b4bf120d16735e3756656f8b.tar.gz
puppet-shorewall-59a72e947e2774a7b4bf120d16735e3756656f8b.tar.bz2
adding hasrestart to test
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1848 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"],