diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-15 13:49:12 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-15 13:49:12 +0000 |
commit | 948f7799c8f39708c3c6cceed3d495711c76faa2 (patch) | |
tree | cb49f84865bd8df21b5723d56c65ba6a55cc40f2 | |
parent | 4f455514a9d84bd6afbfeb1e7d66d01144d8e262 (diff) | |
download | puppet-shorewall-948f7799c8f39708c3c6cceed3d495711c76faa2.tar.gz puppet-shorewall-948f7799c8f39708c3c6cceed3d495711c76faa2.tar.bz2 |
testing by removing hasrestart
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1842 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ac66c40..3c50369 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -226,7 +226,6 @@ class shorewall::base { 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"], |