summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:28 -0300
commit3f7490ed9ef74b5b524622ce9d90e80febdcc5c7 (patch)
treec0fb19d833a23e3bab3021223a52e1d2999f85a6 /manifests/init.pp
parent415367c57823b1064becf3fe3deaed6f966118a2 (diff)
downloadpuppet-ntp-master.tar.gz
puppet-ntp-master.tar.bz2
Hiera 5 migrationHEADmaster
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a785276..8052037 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,6 @@
# This class ensures ntp is up'n running and synchronizing with ntp servers.
class ntp(
- $servers = hiera('ntp::servers', '')
+ $servers = lookup('ntp::servers', undef, undef, '')
) {
class { 'ntp::timezone': }