summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 21:25:12 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 21:25:12 +0000
commit54cebcdb2354e6db9fd1bab602e43d9d9034a595 (patch)
tree5c49ec0e9a35021dc6d1c304cd3460352af74a76 /manifests/init.pp
parent3305e2869ca08f865fec1b790025a6ef8601c666 (diff)
not yet working correctly
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@832 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp26
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 {