summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/leap_mx/manifests/init.pp')
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp7
1 files changed, 3 insertions, 4 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp
index 0d05a834..d1625f5a 100644
--- a/puppet/modules/leap_mx/manifests/init.pp
+++ b/puppet/modules/leap_mx/manifests/init.pp
@@ -1,9 +1,8 @@
class leap_mx {
- $couchdb = hiera('couch')
- $couchdb_users = $couchdb['users']
- $couchdb_user = $couchdb_users['leap_mx']['username']
- $couchdb_password = $couchdb_users['leap_mx']['password']
+ $mx = hiera('mx')
+ $couchdb_user = $mx['couchdb_leap_mx_user']['username']
+ $couchdb_password = $mx['couchdb_leap_mx_password']['password']
$couchdb_port = '4096'