From 1b623e220c38f37b65a01f4dd06c0b7538a3abd8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 22:43:00 -0200 Subject: Explicit assertion --- manifests/subsystems/firewall.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index d6f7644..161f632 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -195,7 +195,7 @@ class firewall( options => "default", } - if $local_net { + if $local_net == true { class { "firewall::local": } } } -- cgit v1.2.3