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

index 12e07294abfa701928f271019a2946200912fb06..05ce144b27aff0075cc3b0e8cfbe612db52cee36 100644 (file)
@@ -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': }