From: mh Date: Sun, 17 Feb 2008 21:25:12 +0000 (+0000) Subject: not yet working correctly X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=54cebcdb2354e6db9fd1bab602e43d9d9034a595;p=puppet-shorewall.git not yet working correctly git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@832 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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 {