From 0edfe1d40f5a900e16d86461ee50238006d3b77b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 22:55:54 -0200 Subject: Always add the local zone --- manifests/subsystems/firewall.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/subsystems/firewall.pp') diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 161f632..12e0729 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -154,6 +154,11 @@ class firewall( order => '3', } + shorewall::zone { 'loc': + type => 'ipv4', + order => 4, + } + # # Traffic shapping # -- cgit v1.2.3