diff options
author | varac <varacanero@zeromail.org> | 2015-10-06 13:23:56 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-10-06 13:23:56 +0200 |
commit | b1e50fc76ddece9944ae253da9bacd485ffea84b (patch) | |
tree | d8ad19d77712472d53e5945eeb7fbad9d17dd4e5 /provider_base/services | |
parent | 276b77cdcc0d169b84e046afe8763e2c52ff76fb (diff) |
[feat] Remove tapicero from more places
Remove from:
- platform white-box tests (couchdb user ACLs, tapicero daemon test)
- provider_base/ dir that handles the compilation of the hiera config
file
- Resolves: #7501
Diffstat (limited to 'provider_base/services')
-rw-r--r-- | provider_base/services/couchdb.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json index 8b1386f8..5e65b2ec 100644 --- a/provider_base/services/couchdb.json +++ b/provider_base/services/couchdb.json @@ -31,11 +31,6 @@ "password": "= secret :couch_soledad_password", "salt": "= hex_secret :couch_soledad_password_salt, 128" }, - "tapicero": { - "username": "tapicero", - "password": "= secret :couch_tapicero_password", - "salt": "= hex_secret :couch_tapicero_password_salt, 128" - }, "webapp": { "username": "webapp", "password": "= secret :couch_webapp_password", |