From 54cebcdb2354e6db9fd1bab602e43d9d9034a595 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Feb 2008 21:25:12 +0000 Subject: not yet working correctly git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@832 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'manifests') 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 { -- cgit v1.2.3