summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:56:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:56:49 -0300
commit667b6a4e7a8b8f2b98a1eeee2279c9d2774cbddd (patch)
treed147ac93f08b398a9e26eb51622ffc8870048656
parente3b916ab2ae3d834e4ab26cd19156c1a14162bfd (diff)
downloadpuppet-etherpad-master.tar.gz
puppet-etherpad-master.tar.bz2
Hiera 5 migrationHEADmaster
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index eff7bb9..4c4916a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,7 +1,7 @@
class etherpad(
- $db_password = hiera('etherpad::db_password', ''),
- $admin_password = hiera('etherpadd::admin_password', ''),
- $api_key = hiera('etherpad::api_key', '')
+ $db_password = lookup('etherpad::db_password', undef, undef, ''),
+ $admin_password = lookup('etherpadd::admin_password', undef, undef, ''),
+ $api_key = lookup('etherpad::api_key', undef, undef, '')
) {
case $db_password {