diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:45 -0300 |
commit | c15da9f5a91dbf41b8205757d61b3aeee7b7238f (patch) | |
tree | bb11957309b25ab9d63a40c9194ce2668906eaf6 /manifests | |
parent | 4b39b34d6dae4f99e5d72173ab808eda5c6571cb (diff) | |
download | puppet-infinoted-c15da9f5a91dbf41b8205757d61b3aeee7b7238f.tar.gz puppet-infinoted-c15da9f5a91dbf41b8205757d61b3aeee7b7238f.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |