summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/mirror.pp
diff options
context:
space:
mode:
authorElijah Sparrow <elijah@riseup.net>2014-06-23 14:27:31 -0700
committerElijah Sparrow <elijah@riseup.net>2014-06-23 14:27:31 -0700
commitffe760c06b3189bc5d67653e952fd44fdb0f08cf (patch)
treee91ffa4168f5b8e797ffc56d5c0fd997ec738959 /puppet/modules/site_couchdb/manifests/mirror.pp
parent9b55b9a0feac9ec778db74f250d4bc2bb5831e08 (diff)
parent04d1369ea78c404907dea4aca758e08efe3a9cdd (diff)
Merge pull request #4 from azul/feature/couch
permissions for replication
Diffstat (limited to 'puppet/modules/site_couchdb/manifests/mirror.pp')
-rw-r--r--puppet/modules/site_couchdb/manifests/mirror.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/modules/site_couchdb/manifests/mirror.pp b/puppet/modules/site_couchdb/manifests/mirror.pp
index df305737..1cbd9bcc 100644
--- a/puppet/modules/site_couchdb/manifests/mirror.pp
+++ b/puppet/modules/site_couchdb/manifests/mirror.pp
@@ -6,8 +6,6 @@ class site_couchdb::mirror {
chttpd_bind_address => '127.0.0.1'
}
- # Couchdb databases
-
$masters = $site_couchdb::couchdb_config['replication']['masters']
$master_node_names = keys($site_couchdb::couchdb_config['replication']['masters'])
$master_node = $masters[$master_node_names[0]]