]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Switch from True to true at hiera
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:17:07 +0000 (19:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:17:07 +0000 (19:17 -0300)
manifests/local.pp

index 1e59a62aa210abd242f915be296c7308a340699f..804bce585ca4e9899877cd0595abdcd9f4790b2a 100644 (file)
@@ -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)
 ) {