summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/local.pp2
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)
) {