diff options
author | elijah <elijah@riseup.net> | 2012-11-06 23:46:57 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-06 23:46:57 -0800 |
commit | 96634bb77059ca074a4713e0d143c99266b4d55f (patch) | |
tree | 75b172b5478c5cb29b356dd025492cf2a21268f9 /test/provider/services/webapp.json | |
parent | 68674e6d2d85ca42e0d56a63f3ea2441c7e7e992 (diff) |
updated test/provider and added configurable life_span to CA.
Diffstat (limited to 'test/provider/services/webapp.json')
-rw-r--r-- | test/provider/services/webapp.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/provider/services/webapp.json b/test/provider/services/webapp.json index 0e5b2f9..247df49 100644 --- a/test/provider/services/webapp.json +++ b/test/provider/services/webapp.json @@ -1,7 +1,8 @@ { "webapp": { "modules": ["user", "billing", "help"], - "couchdb_hosts": "= nodes[:services => :couchdb].field('domain.name')" + "couchdb_hosts": "= nodes[:services => :couchdb].field('domain.name')", + "couchdb_users": "= global.services['couchdb'].users['admin']" }, "definition_files": { "provider": "= file('service-definitions/provider.json.erb')", |