diff options
author | Elijah Sparrow <elijah@riseup.net> | 2014-06-19 14:28:59 -0700 |
---|---|---|
committer | Elijah Sparrow <elijah@riseup.net> | 2014-06-19 14:28:59 -0700 |
commit | 01e2469631a7136108149e42b5fc242d8dc90b4c (patch) | |
tree | 4f7cbb3e5fcc91c8ab2cf3ca6ff53ce03b37c384 /puppet/modules/tapicero/manifests | |
parent | 1b5f0892bbcb07fa075bfe8c7b083521b38cb73c (diff) | |
parent | 9034a2eb1fdec68d46aa0d1ea2720409a7312f35 (diff) |
Merge pull request #2 from azul/feature/couch
split out bigcouch and only apply if needed, initial code for replication
Diffstat (limited to 'puppet/modules/tapicero/manifests')
-rw-r--r-- | puppet/modules/tapicero/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/tapicero/manifests/init.pp b/puppet/modules/tapicero/manifests/init.pp index af1a96ac..1db75eb0 100644 --- a/puppet/modules/tapicero/manifests/init.pp +++ b/puppet/modules/tapicero/manifests/init.pp @@ -12,6 +12,7 @@ class tapicero { $couchdb_soledad_user = $couchdb_users['soledad']['username'] $couchdb_leap_mx_user = $couchdb_users['leap_mx']['username'] + $couchdb_mirror = $couchdb['mode'] == 'mirror' Class['site_config::default'] -> Class['tapicero'] |