From 0de2906caecd72ebd7ed2a50fcccc9780e9a245b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Mar 2013 20:07:43 -0300 Subject: Adding 'nodo::firewall::eth0_options' parameter --- manifests/subsystems/firewall.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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': } -- cgit v1.2.3