diff options
author | Azul <azul@riseup.net> | 2014-06-19 20:01:20 +0200 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-25 18:17:22 -0700 |
commit | 7ee86658b0655ded592eecbaa8b1c5b841d8f846 (patch) | |
tree | 4e482c7647a5910210b25b14c49cf3dcb87a307c /puppet/modules/tapicero/templates | |
parent | d2f59e4cfab5b9fd164d24416b241b14ecfd9307 (diff) |
set mirror option if we are on a couch mirror
Diffstat (limited to 'puppet/modules/tapicero/templates')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index 8e19b22f..3a5f821e 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -24,6 +24,7 @@ log_level: info options: # prefix for per user databases: db_prefix: "user-" + mirror: <%= @couchdb_mirror %> # security settings to be used for the per user databases security: @@ -40,3 +41,4 @@ options: - <%= @couchdb_leap_mx_user %> roles: [] + |