From 3f7490ed9ef74b5b524622ce9d90e80febdcc5c7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 May 2020 20:58:28 -0300 Subject: Hiera 5 migration --- manifests/ntpdate.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ntpdate.pp') 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': } -- cgit v1.2.3