From: mh Date: Sun, 24 Feb 2008 18:06:33 +0000 (+0000) Subject: fixed hasstatus var X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df420aa31bbf54ae4de537154ab24ef51ffec93f;p=puppet-shorewall.git fixed hasstatus var git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@837 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 03e1129..a6ad773 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,9 +29,10 @@ class shorewall { } - service { shorewall: + service{shorewall: ensure => running, enable => true, + hasstatus => true, subscribe => [ Exec["concat_/var/lib/puppet/modules/shorewall/zones"], Exec["concat_/var/lib/puppet/modules/shorewall/interfaces"],