diff options
author | Micah Anderson <micah@leap.se> | 2013-07-29 16:59:12 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-08-01 12:04:47 +0200 |
commit | c3ee10bfe3a9439897c896e4a1f2f599e664fb33 (patch) | |
tree | 80954f3932ba9bfc59abe4501ca07b86506f4510 /provider_base | |
parent | 39285550424853bc4ba38e447361ab77dea505d5 (diff) |
add a requirement to soledad.json that soledad service is found on a couchdb
node, if it is not, it will fail to compile
this requires a newer leap_cli, so I've bumped the compatibility requirement
Change-Id: Ie1061798d058087126163793b216dd5938eb95a6
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/soledad.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/services/soledad.json b/provider_base/services/soledad.json index b6a0721c..e26e2667 100644 --- a/provider_base/services/soledad.json +++ b/provider_base/services/soledad.json @@ -1,7 +1,8 @@ { "soledad": { "port": 2424, - "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]" + "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]", + "require_couchdb": "=> assert %(services.include? 'couchdb')" }, "service_type": "public_service" } |