diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 23:28:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 23:28:37 -0300 |
commit | fa7b8c1dda64371e6ec4698488de41df7b7a7ad0 (patch) | |
tree | 4c2f2a6c5f917eb9eb20ee195c61d0aa3977df32 | |
parent | cf884080a7ba34bc6d07f8bcb36a60d3f3903132 (diff) | |
download | puppet-firewall-fa7b8c1dda64371e6ec4698488de41df7b7a7ad0.tar.gz puppet-firewall-fa7b8c1dda64371e6ec4698488de41df7b7a7ad0.tar.bz2 |
Including shorewall also on firewall::nas
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |