summaryrefslogtreecommitdiff
path: root/puppet/modules/tapicero/manifests/init.pp
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-06-23 21:50:50 +0200
committerelijah <elijah@riseup.net>2014-06-25 18:17:39 -0700
commit813f840cceb284c38dcedea1577d125e62e280f0 (patch)
tree140a8ff24a61ec8a1be28d87fce3b1728cf711c6 /puppet/modules/tapicero/manifests/init.pp
parent5075fdeee3c8b70d39a2f6105d8e1e33c6843eb4 (diff)
hand replication credentials to tapicero
Diffstat (limited to 'puppet/modules/tapicero/manifests/init.pp')
-rw-r--r--puppet/modules/tapicero/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/tapicero/manifests/init.pp b/puppet/modules/tapicero/manifests/init.pp
index 1db75eb0..fd8c1344 100644
--- a/puppet/modules/tapicero/manifests/init.pp
+++ b/puppet/modules/tapicero/manifests/init.pp
@@ -12,7 +12,8 @@ class tapicero {
$couchdb_soledad_user = $couchdb_users['soledad']['username']
$couchdb_leap_mx_user = $couchdb_users['leap_mx']['username']
- $couchdb_mirror = $couchdb['mode'] == 'mirror'
+ $couchdb_mode = $couchdb['mode']
+ $couchdb_replication = $couchdb['replication']
Class['site_config::default'] -> Class['tapicero']