]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
testing hasrestart feature
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Wed, 16 Jul 2008 22:47:55 +0000 (22:47 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Wed, 16 Jul 2008 22:47:55 +0000 (22:47 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1849 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 7363628ec0c85469bbfec9796a77970cfb131f92..1988d3febe4c7bd891c40d5641bf29159a82a080 100644 (file)
@@ -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"],