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/templates/tapicero.yaml.erb | |
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/templates/tapicero.yaml.erb')
-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: [] + |