diff options
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"], |