From: Silvio Rhatto Date: Thu, 9 Jun 2016 19:30:47 +0000 (-0300) Subject: Always create vm-fw policy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=880f1beca453754a14ade7ee0e2dc2af0fb71abb;p=puppet-firewall.git Always create vm-fw policy --- diff --git a/manifests/init.pp b/manifests/init.pp index 1734c3f..a35c89f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -103,13 +103,11 @@ class firewall( order => 3, } - if $vm_device != false { - shorewall::policy { 'vm-fw': - sourcezone => 'vm', - destinationzone => '$FW', - policy => 'ACCEPT', - order => 4, - } + shorewall::policy { 'vm-fw': + sourcezone => 'vm', + destinationzone => '$FW', + policy => 'ACCEPT', + order => 4, } shorewall::policy { 'net-all':