From: mh Date: Wed, 16 Jul 2008 22:47:55 +0000 (+0000) Subject: testing hasrestart feature X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2f04d407c75625e67ca679f03e2d9c830a7691c3;p=puppet-shorewall.git testing hasrestart feature git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1849 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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"],