From c15da9f5a91dbf41b8205757d61b3aeee7b7238f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 May 2020 20:57:45 -0300 Subject: Hiera 5 migration --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index b62d9a4..fa581e8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,7 +2,7 @@ # http://gobby.0x539.de/trac/wiki/Infinote/Infinoted # http://www.webupd8.org/2011/04/how-to-set-up-and-use-gedit.html class infinoted( - $password = hiera('infinoted::password', '') + $password = lookup('infinoted::password', undef, undef, '') ) { include avahi -- cgit v1.2.3