From c3ee10bfe3a9439897c896e4a1f2f599e664fb33 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 29 Jul 2013 16:59:12 -0400 Subject: 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 --- provider_base/services/soledad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'provider_base') 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" } -- cgit v1.2.3