summaryrefslogtreecommitdiff
path: root/puppet/modules/tapicero/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tapicero/manifests')
-rw-r--r--puppet/modules/tapicero/manifests/init.pp7
1 files changed, 2 insertions, 5 deletions
diff --git a/puppet/modules/tapicero/manifests/init.pp b/puppet/modules/tapicero/manifests/init.pp
index fe33ac75..743e8a84 100644
--- a/puppet/modules/tapicero/manifests/init.pp
+++ b/puppet/modules/tapicero/manifests/init.pp
@@ -9,11 +9,8 @@ class tapicero {
$couchdb_admin_user = $couchdb_users['admin']['username']
$couchdb_admin_password = $couchdb_users['admin']['password']
- $couchdb_soledad_user = $couchdb_users['soledad']['username']
- $couchdb_soledad_password = $couchdb_users['soledad']['password']
-
- $couchdb_leap_mx_user = $couchdb_users['leap_mx']['username']
- $couchdb_leap_mx_password = $couchdb_users['leap_mx']['password']
+ $couchdb_soledad_user = $couchdb_users['soledad']['username']
+ $couchdb_leap_mx_user = $couchdb_users['leap_mx']['username']
Class['site_config::default'] -> Class['tapicero']