summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-30 23:28:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-30 23:28:37 -0300
commitfa7b8c1dda64371e6ec4698488de41df7b7a7ad0 (patch)
tree4c2f2a6c5f917eb9eb20ee195c61d0aa3977df32 /manifests
parentcf884080a7ba34bc6d07f8bcb36a60d3f3903132 (diff)
downloadpuppet-firewall-fa7b8c1dda64371e6ec4698488de41df7b7a7ad0.tar.gz
puppet-firewall-fa7b8c1dda64371e6ec4698488de41df7b7a7ad0.tar.bz2
Including shorewall also on firewall::nas
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
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,