summaryrefslogtreecommitdiff
path: root/manifests/ntpdate.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ntpdate.pp')
-rw-r--r--manifests/ntpdate.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ntpdate.pp b/manifests/ntpdate.pp
index ed858ba..d9b7bd8 100644
--- a/manifests/ntpdate.pp
+++ b/manifests/ntpdate.pp
@@ -1,5 +1,5 @@
class ntp::ntpdate(
- $pool = hiera('ntp::pool', '')
+ $pool = lookup('ntp::pool', undef, undef, '')
) {
class { 'ntp::timezone': }