summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-27 16:01:40 -0500
committerMicah Anderson <micah@riseup.net>2012-11-27 16:01:40 -0500
commitc1bc263947c3265d4e9e5b2780765351036f756a (patch)
tree963c735576baa3d50d6750e66e645c529931d48a /puppet/modules/site_webapp/templates/couchdb.yml.erb
parente47e7fc15183a5ba4f879c2046ab29515f528903 (diff)
fix name of couchdb.yml template
Diffstat (limited to 'puppet/modules/site_webapp/templates/couchdb.yml.erb')
-rw-r--r--puppet/modules/site_webapp/templates/couchdb.yml.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml.erb b/puppet/modules/site_webapp/templates/couchdb.yml.erb
new file mode 100644
index 00000000..f5132599
--- /dev/null
+++ b/puppet/modules/site_webapp/templates/couchdb.yml.erb
@@ -0,0 +1,7 @@
+production:
+ protocol: 'https'
+ host: <%= couchdb_host %>
+ port: 443
+ username: <%= couchdb_user %>
+ password: <%= couchdb_password %>
+