aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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 {