From: Silvio Rhatto Date: Fri, 25 Mar 2016 22:17:07 +0000 (-0300) Subject: Switch from True to true at hiera X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=09142b6e094715b8203a1008edbbbc824614ce2a;p=puppet-firewall.git Switch from True to true at hiera --- diff --git a/manifests/local.pp b/manifests/local.pp index 1e59a62..804bce5 100644 --- a/manifests/local.pp +++ b/manifests/local.pp @@ -1,7 +1,7 @@ class firewall::local( $network = hiera('firewall::local::network', '192.168.1.0/24'), $interface = hiera('firewall::local::interface', 'eth0'), - $manage_host = hiera('firewall::local::manage_host', True), + $manage_host = hiera('firewall::local::manage_host', true), $manage_interface = hiera('firewall::local::manage_iface', false) ) {