diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:17:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:17:07 -0300 |
commit | 09142b6e094715b8203a1008edbbbc824614ce2a (patch) | |
tree | 775ec47b85ad69808ba6a9e71792599c3228e8d3 | |
parent | 3bc3cca757448549c4973f499932b48aaea6f218 (diff) | |
download | puppet-firewall-09142b6e094715b8203a1008edbbbc824614ce2a.tar.gz puppet-firewall-09142b6e094715b8203a1008edbbbc824614ce2a.tar.bz2 |
Switch from True to true at hiera
-rw-r--r-- | manifests/local.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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) ) { |