summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/defaults.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-12-14 13:14:49 +0100
committervarac <varacanero@zeromail.org>2012-12-14 13:14:49 +0100
commit221976d2814009710b1a392a451fc4684004c971 (patch)
tree25ef6e68e58f061618055605d207e63432b024d1 /puppet/modules/site_shorewall/manifests/defaults.pp
parent70e4ca82f79e64a59e85c849092ad217d07fc1d5 (diff)
no need for sections in shorewall rules
from the shorewall-rules manpage: "If no Section Headers appear in the file then all rules are assumed to be in the NEW section."
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/defaults.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/defaults.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/modules/site_shorewall/manifests/defaults.pp b/puppet/modules/site_shorewall/manifests/defaults.pp
index 0ee20744..d348bf00 100644
--- a/puppet/modules/site_shorewall/manifests/defaults.pp
+++ b/puppet/modules/site_shorewall/manifests/defaults.pp
@@ -8,8 +8,6 @@ class site_shorewall::defaults {
shorewall::zone {'net': type => 'ipv4'; }
- shorewall::rule_section { 'NEW': order => 10; }
-
include augeas
augeas { 'enable_ip_forwarding':