diff options
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/ca.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/provider_base/services/ca.json b/provider_base/services/ca.json index 68f970f7..f3758ab6 100644 --- a/provider_base/services/ca.json +++ b/provider_base/services/ca.json @@ -1,4 +1,8 @@ { + "ca": { + "couchdb_hosts": "= nodes[:services => :couchdb][:local => local].field('domain.name')", + "couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]" + }, "service_type": "internal_service", "x509": { "use": true |