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-20 02:00:18 -0700
commit2f7ee09eb9f184349057802e0d6c0102200d2419 (patch)
treed2e24cffd03b6b9786b3bafae8a2ff9d551c4584 /puppet/modules/site_couchdb/manifests/master.pp
parent7dc648d43d255999c1ce347a73787bd0c0a3f910 (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