]> gitweb.fluxo.info Git - puppet-infinoted.git/commitdiff
Hiera 5 migration master
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 May 2020 23:57:45 +0000 (20:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 May 2020 23:57:45 +0000 (20:57 -0300)
manifests/init.pp

index b62d9a4595d45a3a54bdfe841c60dc62aa11a6c3..fa581e8f1f15464f11f0559eb7aec9e029959a6f 100644 (file)
@@ -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(
 # 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
 
 ) {
   include avahi