summaryrefslogtreecommitdiff
path: root/provider_base/services
diff options
context:
space:
mode:
Diffstat (limited to 'provider_base/services')
-rw-r--r--provider_base/services/ca.json2
-rw-r--r--provider_base/services/couchdb.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/services/ca.json b/provider_base/services/ca.json
index 3fb8bf6c..64866ddc 100644
--- a/provider_base/services/ca.json
+++ b/provider_base/services/ca.json
@@ -1,6 +1,6 @@
{
"ca_daemon": {
- "couchdb_hosts": "= hostnames nodes[:services => :couchdb][:local => local]",
+ "couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]",
"couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]"
},
"service_type": "internal_service",
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index e7668286..c3502c6b 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -4,6 +4,7 @@
"use": true
},
"couch": {
+ "port": 5984,
"bigcouch": {
"cookie": "= secret :bigcouch_cookie"
},