From: Silvio Rhatto Date: Fri, 31 May 2013 02:28:37 +0000 (-0300) Subject: Including shorewall also on firewall::nas X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa7b8c1dda64371e6ec4698488de41df7b7a7ad0;p=puppet-firewall.git Including shorewall also on firewall::nas --- diff --git a/manifests/init.pp b/manifests/init.pp index f9029ef..61fb1c9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ class firewall( $out_bandwidth = hiera('firewall::out_bandwidth', '2mbit'), $eth0_options = hiera('firewall::eth0_options', 'tcpflags,blacklist,routefilter,nosmurfs,logmartians') ) { - class { 'shorewall': } + include shorewall $rfc1918 = $local_net ? { true => true,