From fa7b8c1dda64371e6ec4698488de41df7b7a7ad0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 May 2013 23:28:37 -0300 Subject: Including shorewall also on firewall::nas --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3