diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 18:06:33 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 18:06:33 +0000 |
commit | df420aa31bbf54ae4de537154ab24ef51ffec93f (patch) | |
tree | 87b106d99f6b73a4cc1adca8ff7964423f9304ab /manifests | |
parent | 7e4d76fbea6a9a30c489b7ec62a1e58448f57b37 (diff) | |
download | puppet-shorewall-df420aa31bbf54ae4de537154ab24ef51ffec93f.tar.gz puppet-shorewall-df420aa31bbf54ae4de537154ab24ef51ffec93f.tar.bz2 |
fixed hasstatus var
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@837 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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"], |