diff options
author | elijah <elijah@riseup.net> | 2015-03-30 22:33:05 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-03-30 22:33:05 -0700 |
commit | b64940c1de7cf42acef018ca2fbf5beff4f48e80 (patch) | |
tree | 13925f4c050d55c413e15307e48cdb803caa5945 /puppet/modules/site_webapp/templates | |
parent | 3172444652af71bd771609d6b80258e70cc82ce9 (diff) |
added support for rotating couchdb databases.
Diffstat (limited to 'puppet/modules/site_webapp/templates')
-rw-r--r-- | puppet/modules/site_webapp/templates/couchdb.admin.yml.erb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.admin.yml.erb b/puppet/modules/site_webapp/templates/couchdb.admin.yml.erb new file mode 100644 index 00000000..a0921add --- /dev/null +++ b/puppet/modules/site_webapp/templates/couchdb.admin.yml.erb @@ -0,0 +1,9 @@ +production: + prefix: "" + protocol: 'http' + host: <%= @couchdb_host %> + port: <%= @couchdb_port %> + auto_update_design_doc: false + username: <%= @couchdb_admin_user %> + password: <%= @couchdb_admin_password %> + |