diff options
author | Elijah Sparrow <elijah@riseup.net> | 2014-06-23 14:27:31 -0700 |
---|---|---|
committer | Elijah Sparrow <elijah@riseup.net> | 2014-06-23 14:27:31 -0700 |
commit | ffe760c06b3189bc5d67653e952fd44fdb0f08cf (patch) | |
tree | e91ffa4168f5b8e797ffc56d5c0fd997ec738959 /puppet/modules/tapicero/templates/tapicero.yaml.erb | |
parent | 9b55b9a0feac9ec778db74f250d4bc2bb5831e08 (diff) | |
parent | 04d1369ea78c404907dea4aca758e08efe3a9cdd (diff) |
Merge pull request #4 from azul/feature/couch
permissions for replication
Diffstat (limited to 'puppet/modules/tapicero/templates/tapicero.yaml.erb')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index 3a5f821e..182a6aa6 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -24,7 +24,8 @@ log_level: info options: # prefix for per user databases: db_prefix: "user-" - mirror: <%= @couchdb_mirror %> + mode: <%= @couchdb_mode %> + replication: <%= @couchdb_replication %> # security settings to be used for the per user databases security: |