aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r--manifests/base/host.pp2
1 files changed, 1 insertions, 1 deletions
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': } }