summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb/manifests/mirror.pp
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-06-23 22:04:59 +0200
committerelijah <elijah@riseup.net>2014-06-25 18:17:39 -0700
commit7778b20479d4d6789948dc24904ef9302980d983 (patch)
tree82e262e6a90035d6edb1cb3aad4fdb4389fb5b19 /puppet/modules/site_couchdb/manifests/mirror.pp
parent813f840cceb284c38dcedea1577d125e62e280f0 (diff)
create netrc files for all users with new puppet_couchdb
This only works with the latest patch to puppet_couchdb
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 2a44b1e9..abe35c4c 100644
--- a/puppet/modules/site_couchdb/manifests/mirror.pp
+++ b/puppet/modules/site_couchdb/manifests/mirror.pp
@@ -9,8 +9,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]]