diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 18:23:27 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 18:23:27 +0000 |
commit | 1bae1a6c87d0b96e9852de224e6aca8fa6b83f39 (patch) | |
tree | 05d8b303ee3a1c1e18817217b6802196d0d36911 /manifests/init.pp | |
parent | df420aa31bbf54ae4de537154ab24ef51ffec93f (diff) | |
download | puppet-shorewall-1bae1a6c87d0b96e9852de224e6aca8fa6b83f39.tar.gz puppet-shorewall-1bae1a6c87d0b96e9852de224e6aca8fa6b83f39.tar.bz2 |
added hasrestart
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@838 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a6ad773..04b06bb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,6 +33,7 @@ class shorewall { 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"], |