diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-10 21:20:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-10 21:20:57 -0300 |
commit | 97891b760da2cc118893155c7e4117ca174862bf (patch) | |
tree | 47c5dc51124ef2767b4865c924dcc255057ef7f5 /manifests/subsystems/firewall.pp | |
parent | 828e66eb22a5c3f211aa2402e49c6c9ac87b3dea (diff) | |
download | puppet-nodo-97891b760da2cc118893155c7e4117ca174862bf.tar.gz puppet-nodo-97891b760da2cc118893155c7e4117ca174862bf.tar.bz2 |
Removing zone parameter from eth0
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 4151d06..aebdda7 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -12,7 +12,7 @@ class firewall { # Interfaces # shorewall::interface { 'eth0': - zone => 'net', + zone => '-', rfc1918 => $rfc1918, } |