diff options
author | varac <varacanero@zeromail.org> | 2012-12-07 14:48:55 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-12-07 14:48:55 +0100 |
commit | 51f37d8132a44e25350db66b7156892980d3e4fa (patch) | |
tree | 4b25713bb91d9d306068965d6c3bb3f4efb81b4c /provider_base/services | |
parent | 450c3ba29c0e8d3a3c8cf1946aa71160b3c48897 (diff) |
ca -> ca_daemon in site.pp and services/ca.json
Diffstat (limited to 'provider_base/services')
-rw-r--r-- | provider_base/services/ca.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/ca.json b/provider_base/services/ca.json index f3758ab6..800c995d 100644 --- a/provider_base/services/ca.json +++ b/provider_base/services/ca.json @@ -1,5 +1,5 @@ { - "ca": { + "ca_daemon": { "couchdb_hosts": "= nodes[:services => :couchdb][:local => local].field('domain.name')", "couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]" }, |