summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-12-11 18:55:41 -0500
committerMicah Anderson <micah@riseup.net>2012-12-11 18:55:41 -0500
commit063f3329cb6ff5769ea4667516d2f8c63cd236b6 (patch)
tree766deaeb80cb570940c8ad42b02f757daa28b4bc /puppet/modules/site_webapp/templates/couchdb.yml.erb
parent51bbe9d6d5ce7e780c25fe31d5250047c97b05e2 (diff)
add prefix to couchdb.yaml
Diffstat (limited to 'puppet/modules/site_webapp/templates/couchdb.yml.erb')
-rw-r--r--puppet/modules/site_webapp/templates/couchdb.yml.erb1
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