From 0ff29932990868b19d8002ff261387a0ee36603f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 22:31:15 -0200 Subject: Adding gdm3 class and misc fixes --- manifests/subsystems/firewall/local.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manifests/subsystems/firewall') diff --git a/manifests/subsystems/firewall/local.pp b/manifests/subsystems/firewall/local.pp index ee82563..7e23e29 100644 --- a/manifests/subsystems/firewall/local.pp +++ b/manifests/subsystems/firewall/local.pp @@ -5,6 +5,11 @@ class firewall::local( $manage_interface = hiera('nodo::firewall::local::manage_iface', false) ) { + shorewall::zone { 'loc': + type => 'ipv4', + order => 4, + } + if $manage_host { shorewall::host { "$interface-loc": name => "$interface:$network", @@ -44,8 +49,4 @@ class firewall::local( order => 7, } - shorewall::zone { 'loc': - type => 'ipv4', - order => 4, - } } -- cgit v1.2.3