summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/master.pp
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-20 02:00:18 -0700
committerelijah <elijah@riseup.net>2014-06-25 18:17:22 -0700
commit2bd603b9532fac70a25add8661acc94acb8598f8 (patch)
tree4f4b2bfd14c543ea649d239d8eb10c78520abd86 /puppet/modules/site_couchdb/manifests/master.pp
parent0fbb8b1c2ddcabc23c19229ea89a2070964fc7ab (diff)
site_couchdb: support auto-stunnel setup, split master, bigcouch, and mirror out into separate files.
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/master.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/master.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/master.pp b/puppet/modules/site_couchdb/manifests/master.pp
new file mode 100644
index 00000000..a0a6633d
--- /dev/null
+++ b/puppet/modules/site_couchdb/manifests/master.pp
@@ -0,0 +1,9 @@
+class site_couchdb::master {
+
+ class { 'couchdb':
+ admin_pw => $site_couchdb::couchdb_admin_pw,
+ admin_salt => $site_couchdb::couchdb_admin_salt,
+ chttpd_bind_address => '127.0.0.1'
+ }
+
+} \ No newline at end of file