summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:47:55 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:47:55 +0000
commit2f04d407c75625e67ca679f03e2d9c830a7691c3 (patch)
tree4b3acfe2e522774ce14187094bf1b213d8b2ea7e /manifests
parent59a72e947e2774a7b4bf120d16735e3756656f8b (diff)
downloadpuppet-shorewall-2f04d407c75625e67ca679f03e2d9c830a7691c3.tar.gz
puppet-shorewall-2f04d407c75625e67ca679f03e2d9c830a7691c3.tar.bz2
testing hasrestart feature
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1849 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7363628..1988d3f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -25,6 +25,7 @@ class shorewall {
case $operatingsystem {
gentoo: { include shorewall::gentoo }
+ centos: { include shorewall::centos }
default: { include shorewall::base }
}
@@ -231,7 +232,6 @@ 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"],