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
committerAzul <azul@riseup.net>2014-06-23 22:04:59 +0200
commit04d1369ea78c404907dea4aca758e08efe3a9cdd (patch)
treee91ffa4168f5b8e797ffc56d5c0fd997ec738959 /puppet/modules/site_couchdb/manifests/mirror.pp
parent9cf230751b824d9134e710739520bc8deda14e8e (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 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]]