]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding 'nodo::firewall::eth0_options' parameter (2)
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Mar 2013 23:08:21 +0000 (20:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Mar 2013 23:08:21 +0000 (20:08 -0300)
manifests/subsystems/firewall.pp

index 05ce144b27aff0075cc3b0e8cfbe612db52cee36..221f281b149c436498e54a4e5ec48dc04b45f97e 100644 (file)
@@ -19,6 +19,7 @@ class firewall(
   shorewall::interface { 'eth0':
    zone    => '-',
    rfc1918 => $rfc1918,
+   options => $eth0_options,
   }
 
   #