diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 22:43:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 22:43:00 -0200 |
commit | 1b623e220c38f37b65a01f4dd06c0b7538a3abd8 (patch) | |
tree | 755eb3a06f80e17a33b3cc33f2e0c59f6e3b092e /manifests/subsystems | |
parent | 259b42a4bd24bcc457698f6f07a921c3a6ba9f03 (diff) | |
download | puppet-nodo-1b623e220c38f37b65a01f4dd06c0b7538a3abd8.tar.gz puppet-nodo-1b623e220c38f37b65a01f4dd06c0b7538a3abd8.tar.bz2 |
Explicit assertion
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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": } } } |