diff options
author | Micah Anderson <micah@riseup.net> | 2012-12-11 18:55:41 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-12-11 18:55:41 -0500 |
commit | 063f3329cb6ff5769ea4667516d2f8c63cd236b6 (patch) | |
tree | 766deaeb80cb570940c8ad42b02f757daa28b4bc /puppet | |
parent | 51bbe9d6d5ce7e780c25fe31d5250047c97b05e2 (diff) |
add prefix to couchdb.yaml
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_webapp/templates/couchdb.yml.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml.erb b/puppet/modules/site_webapp/templates/couchdb.yml.erb index be33770b..e5678680 100644 --- a/puppet/modules/site_webapp/templates/couchdb.yml.erb +++ b/puppet/modules/site_webapp/templates/couchdb.yml.erb @@ -1,4 +1,5 @@ production: + prefix: "" protocol: 'https' host: <%= couchdb_host %> port: 6984 |