From: Silvio Rhatto Date: Thu, 7 May 2020 23:57:45 +0000 (-0300) Subject: Hiera 5 migration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c15da9f5a91dbf41b8205757d61b3aeee7b7238f;p=puppet-infinoted.git Hiera 5 migration --- 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