summaryrefslogtreecommitdiff
path: root/puppet/modules/site_ca_daemon/templates
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-12-07 14:49:22 +0100
committervarac <varacanero@zeromail.org>2012-12-07 14:49:22 +0100
commit528aaee2f24b2b1b57435df6db42b89af6ba76de (patch)
tree329f6c60a1ab0b730eae1aef74fc3e94ced22867 /puppet/modules/site_ca_daemon/templates
parent51f37d8132a44e25350db66b7156892980d3e4fa (diff)
added module site_ca_daemon
Diffstat (limited to 'puppet/modules/site_ca_daemon/templates')
-rw-r--r--puppet/modules/site_ca_daemon/templates/couchdb.yml.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_ca_daemon/templates/couchdb.yml.erb b/puppet/modules/site_ca_daemon/templates/couchdb.yml.erb
new file mode 100644
index 00000000..f5132599
--- /dev/null
+++ b/puppet/modules/site_ca_daemon/templates/couchdb.yml.erb
@@ -0,0 +1,7 @@
+production:
+ protocol: 'https'
+ host: <%= couchdb_host %>
+ port: 443
+ username: <%= couchdb_user %>
+ password: <%= couchdb_password %>
+