From c42879b031a8363e0ad575550c0fd36b269e9e28 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 28 Nov 2013 10:05:28 -0500 Subject: remove admin access from leap_mx Change-Id: I0bbe42677d7680c99bf205ed4f6080026b308d77 --- puppet/modules/leap_mx/manifests/init.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'puppet/modules') diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp index 25b2758f..0d05a834 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -1,10 +1,11 @@ class leap_mx { - $couchdb_admin_user = hiera('couchdb_admin_user') - $couchdb_host = 'localhost' + $couchdb = hiera('couch') + $couchdb_users = $couchdb['users'] + $couchdb_user = $couchdb_users['leap_mx']['username'] + $couchdb_password = $couchdb_users['leap_mx']['password'] + $couchdb_port = '4096' - $couchdb_user = $couchdb_admin_user['username'] - $couchdb_password = $couchdb_admin_user['password'] include soledad::common include site_apt::preferences::twisted -- cgit v1.2.3