summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/defaults.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-30 12:37:47 +0100
committervarac <varacanero@zeromail.org>2012-10-30 12:37:47 +0100
commit38bb67fa4238dda60e1a140f38f4450a4f8a8ca9 (patch)
tree024ba24cb0ff118eb16c1e79d6c17a9c6b15d6b5 /puppet/modules/site_shorewall/manifests/defaults.pp
parent76bbc01eae893206a8ed0d8d248ee565e3acdc61 (diff)
parent038380e042289a9586141d7154febea2a2a6a56c (diff)
Merge branch 'feature/interfaces' into develop
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/defaults.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/defaults.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/puppet/modules/site_shorewall/manifests/defaults.pp b/puppet/modules/site_shorewall/manifests/defaults.pp
index c68b8370..88981e5f 100644
--- a/puppet/modules/site_shorewall/manifests/defaults.pp
+++ b/puppet/modules/site_shorewall/manifests/defaults.pp
@@ -10,8 +10,4 @@ class site_shorewall::defaults {
shorewall::rule_section { 'NEW': order => 10; }
- shorewall::interface {'eth0':
- zone => 'net',
- options => 'tcpflags,blacklist,nosmurfs';
- }
}