From: Silvio Rhatto Date: Fri, 29 Mar 2013 23:08:21 +0000 (-0300) Subject: Adding 'nodo::firewall::eth0_options' parameter (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6a1332a1b08cddeb791d1210f119ac8d26dd593d;p=puppet-nodo.git Adding 'nodo::firewall::eth0_options' parameter (2) --- diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 05ce144..221f281 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -19,6 +19,7 @@ class firewall( shorewall::interface { 'eth0': zone => '-', rfc1918 => $rfc1918, + options => $eth0_options, } #