diff options
Diffstat (limited to 'manifests/subsystems/firewall')
-rw-r--r-- | manifests/subsystems/firewall/local.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/subsystems/firewall/local.pp b/manifests/subsystems/firewall/local.pp index 7e23e29..f17680e 100644 --- a/manifests/subsystems/firewall/local.pp +++ b/manifests/subsystems/firewall/local.pp @@ -5,11 +5,6 @@ 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", |