diff options
| -rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index d6ea56fa..510450ad 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -40,10 +40,11 @@ options:          # explicit about this          - <%= @couchdb_admin_user %>        roles: [] -    readers: +    members:        names:          - <%= @couchdb_soledad_user %>          - <%= @couchdb_leap_mx_user %> -      roles: [] +      roles: +        - replication | 
