diff options
author | Azul <azul@riseup.net> | 2014-06-23 21:50:50 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2014-06-23 21:54:10 +0200 |
commit | 9cf230751b824d9134e710739520bc8deda14e8e (patch) | |
tree | de32d5fa2a44bfff9baa97c5ed581c94c8cd3527 /puppet/modules/tapicero/manifests | |
parent | 0accf1788b9c7fef05e4436c5015d9099451be05 (diff) |
hand replication credentials to tapicero
Diffstat (limited to 'puppet/modules/tapicero/manifests')
-rw-r--r-- | puppet/modules/tapicero/manifests/init.pp | 3 |
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'] |