aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-29 20:07:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-29 20:07:43 -0300
commit0de2906caecd72ebd7ed2a50fcccc9780e9a245b (patch)
tree9e4a72b7f77ce9d168c8eab1003b4d17b4d41bc4
parent88eb40ba876e73bd1ef701277fd787bb6602726f (diff)
downloadpuppet-nodo-0de2906caecd72ebd7ed2a50fcccc9780e9a245b.tar.gz
puppet-nodo-0de2906caecd72ebd7ed2a50fcccc9780e9a245b.tar.bz2
Adding 'nodo::firewall::eth0_options' parameter
-rw-r--r--manifests/subsystems/firewall.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp
index 12e0729..05ce144 100644
--- a/manifests/subsystems/firewall.pp
+++ b/manifests/subsystems/firewall.pp
@@ -2,7 +2,8 @@
class firewall(
$local_net = hiera('nodo::firewall::local_net', false),
$in_bandwidth = hiera('nodo::firewall::in_bandwidth', '2mbit'),
- $out_bandwidth = hiera('nodo::firewall::out_bandwidth', '2mbit')
+ $out_bandwidth = hiera('nodo::firewall::out_bandwidth', '2mbit'),
+ $eth0_options = hiera('nodo::firewall::eth0_options', 'tcpflags,blacklist,routefilter,nosmurfs,logmartians')
) {
class { 'shorewall': }