From: Silvio Rhatto Date: Thu, 11 Aug 2011 00:20:57 +0000 (-0300) Subject: Removing zone parameter from eth0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=97891b760da2cc118893155c7e4117ca174862bf;p=puppet-nodo.git Removing zone parameter from eth0 --- 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, }