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 96c2e63..6e71f98 100644
--- a/manifests/base/host.pp
+++ b/manifests/base/host.pp
@@ -14,7 +14,7 @@ class nodo::base::host {
class { 'firewall': }
# Time
- $ntpdate = hiera('nodo::host::ntpdate', true)
+ $ntpdate = lookup('nodo::host::ntpdate', undef, undef, true)
case $ntpdate {
false: { class { 'ntp::timezone': } }
default: { class { 'ntp::ntpdate': } }