diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 23:29:43 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 23:29:43 -0300 |
| commit | 8e2a0e205fafd0d1a287e9dc8c11f1366d0bcbe3 (patch) | |
| tree | ba5416d63fa23e3b440928d884718940c3d2b43a /manifests/init.pp | |
| parent | fa7b8c1dda64371e6ec4698488de41df7b7a7ad0 (diff) | |
| download | puppet-firewall-8e2a0e205fafd0d1a287e9dc8c11f1366d0bcbe3.tar.gz puppet-firewall-8e2a0e205fafd0d1a287e9dc8c11f1366d0bcbe3.tar.bz2 | |
Rollback
Diffstat (limited to 'manifests/init.pp')
| -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 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, |
