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 | |
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')
-rw-r--r-- | provider_base/common.json | 5 | ||||
-rw-r--r-- | provider_base/services/couchdb.json | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 9cc7875a..5821789b 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -83,11 +83,6 @@ "package": "soledad-server", "revision": "latest" }, - "tapicero": { - "type": "git", - "source": "https://leap.se/git/tapicero", - "revision": "origin/version/0.7" - }, "webapp": { "type": "git", "source": "https://leap.se/git/leap_web", 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", |