From df420aa31bbf54ae4de537154ab24ef51ffec93f Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 24 Feb 2008 18:06:33 +0000 Subject: fixed hasstatus var git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@837 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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"], -- cgit v1.2.3