diff options
author | elijah <elijah@riseup.net> | 2013-03-08 23:07:13 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-08 23:07:13 -0800 |
commit | 402bb92da08b0c0a46be643963a87576e558b589 (patch) | |
tree | fc56b8b6c54cd95c86843ce4d41798b701b850ca /provider_base/services | |
parent | 77c8025aebe3a7b83fc128be6e0abe511f9f0888 (diff) |
node environment: switch from production=true to environment=production. requires latest leap_cli
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 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", |