From 880f1beca453754a14ade7ee0e2dc2af0fb71abb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Jun 2016 16:30:47 -0300 Subject: Always create vm-fw policy --- manifests/init.pp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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': -- cgit v1.2.3