summaryrefslogtreecommitdiff
path: root/puppet/modules/tapicero/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-11-28 10:02:07 -0500
committerMicah Anderson <micah@leap.se>2013-11-28 10:02:07 -0500
commit6d3f584bb2b1ff63cd3a1973585807d283fc9041 (patch)
tree860addece68e9c92ad8db692215646b04f717dfe /puppet/modules/tapicero/manifests/init.pp
parent7f59d8c7f5a41125c17271b1cd55118dafa52151 (diff)
remove unnecessary soledad/leap_mx hiera password variables from tapicero
Change-Id: I17827fb88db9de088f638899433f5df1be9c3615
Diffstat (limited to 'puppet/modules/tapicero/manifests/init.pp')
-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']