From e5a024869641d9ba607204d87f412f5690a7f053 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 19:15:23 -0300 Subject: Switch from True to true at hiera --- manifests/base/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/base') diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 80eb936..08ddcd9 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -15,7 +15,7 @@ class nodo::base::host { class { 'firewall': } # Time - $ntpdate = hiera('nodo::host::ntpdate', True) + $ntpdate = hiera('nodo::host::ntpdate', true) case $ntpdate { false: { class { 'ntp::timezone': } } default: { class { 'ntp::ntpdate': } } -- cgit v1.2.3