diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 21:25:12 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-17 21:25:12 +0000 |
commit | 54cebcdb2354e6db9fd1bab602e43d9d9034a595 (patch) | |
tree | 5c49ec0e9a35021dc6d1c304cd3460352af74a76 | |
parent | 3305e2869ca08f865fec1b790025a6ef8601c666 (diff) | |
download | puppet-shorewall-54cebcdb2354e6db9fd1bab602e43d9d9034a595.tar.gz puppet-shorewall-54cebcdb2354e6db9fd1bab602e43d9d9034a595.tar.bz2 |
not yet working correctly
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@832 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2293368..c917951 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,19 +32,19 @@ class shorewall { service { shorewall: ensure => running, enable => true, - subscribe => [ - Exec[concat_zones], - Exec[concat_interfaces], - Exec[concat_hosts], - Exec[concat_policy], - Exec[concat_rules], - Exec[concat_masq], - Exec[concat_proxyarp], - Exec[concat_nat], - Exec[concat_blacklist], - Exec[concat_rfc1918], - Exec[concat_routestopped] - ], +# subscribe => [ +# Exec[concat_zones], +# Exec[concat_interfaces], +# Exec[concat_hosts], +# Exec[concat_policy], +# Exec[concat_rules], +# Exec[concat_masq], +# Exec[concat_proxyarp], +# Exec[concat_nat], +# Exec[concat_blacklist], +# Exec[concat_rfc1918], +# Exec[concat_routestopped] +# ], } file { |