diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-27 16:04:51 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-27 16:04:51 -0500 |
commit | b85ac1f7d58e267c66b089ccd4a087b6b21c91e1 (patch) | |
tree | 6052b349bf766401d9b2e0f51c6932832e95cf06 /puppet/modules/site_webapp/templates | |
parent | 05d3c0903f48e9c0d69145c9e027b70a392c9602 (diff) | |
parent | ea60af41f4a5a7bdd67fd7da129716c8f698cf1a (diff) |
Merge branch 'feature/webapp' into develop
Diffstat (limited to 'puppet/modules/site_webapp/templates')
-rw-r--r-- | puppet/modules/site_webapp/templates/couchdb.yml.erb | 7 |
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 %> + |