]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing zone parameter from eth0
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Aug 2011 00:20:57 +0000 (21:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Aug 2011 00:20:57 +0000 (21:20 -0300)
manifests/subsystems/firewall.pp

index 4151d06be0b7c6a2af27f833b46c91a4b7b7e5c2..aebdda7b982571779010b4ff340b4493e944b3a5 100644 (file)
@@ -12,7 +12,7 @@ class firewall {
   # Interfaces
   #
   shorewall::interface { 'eth0':
-   zone    => 'net',
+   zone    => '-',
    rfc1918 => $rfc1918,
   }