From: Silvio Rhatto Date: Fri, 29 Mar 2013 23:07:43 +0000 (-0300) Subject: Adding 'nodo::firewall::eth0_options' parameter X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0de2906caecd72ebd7ed2a50fcccc9780e9a245b;p=puppet-nodo.git Adding 'nodo::firewall::eth0_options' parameter --- 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': }