diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-27 15:34:22 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-27 15:34:22 -0500 |
commit | e47e7fc15183a5ba4f879c2046ab29515f528903 (patch) | |
tree | 204860d165fa1a06f27f44f9a19772804ebc43ba /puppet/modules/site_webapp/templates | |
parent | 6272b9f72808afc4f5b93616df313d079580fbf7 (diff) |
add the couchdb configuration template
Diffstat (limited to 'puppet/modules/site_webapp/templates')
-rw-r--r-- | puppet/modules/site_webapp/templates/couchdb.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml b/puppet/modules/site_webapp/templates/couchdb.yml new file mode 100644 index 00000000..f5132599 --- /dev/null +++ b/puppet/modules/site_webapp/templates/couchdb.yml @@ -0,0 +1,7 @@ +production: + protocol: 'https' + host: <%= couchdb_host %> + port: 443 + username: <%= couchdb_user %> + password: <%= couchdb_password %> + |