diff options
-rw-r--r-- | manifests/init.pp | 2 | ||||
-rw-r--r-- | manifests/nas.pp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 61fb1c9..f9029ef 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') ) { - include shorewall + class { 'shorewall': } $rfc1918 = $local_net ? { true => true, diff --git a/manifests/nas.pp b/manifests/nas.pp index 9bd595a..8857cad 100644 --- a/manifests/nas.pp +++ b/manifests/nas.pp @@ -12,7 +12,6 @@ class firewall::nas( $daap = false, $avahi = false ) { - # Basic firewall rules if $ftp == true { include shorewall::rules::ftp |