From 6d3f584bb2b1ff63cd3a1973585807d283fc9041 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 28 Nov 2013 10:02:07 -0500 Subject: remove unnecessary soledad/leap_mx hiera password variables from tapicero Change-Id: I17827fb88db9de088f638899433f5df1be9c3615 --- puppet/modules/tapicero/manifests/init.pp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'puppet/modules/tapicero/manifests/init.pp') 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'] -- cgit v1.2.3