diff options
author | elijah <elijah@riseup.net> | 2015-02-04 15:42:26 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-02-04 15:42:26 -0800 |
commit | 1555cfa158c26ced05300402bbbce08081d62f7b (patch) | |
tree | 8a481e0d91cdb957c42261cbcda566cf8f1ff47b /puppet | |
parent | aed223ad42635370bdbc1b239ed43a1330698c5e (diff) |
upgrade to tapicero 0.6.1, to remove auth in process list (closes #6697)
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index 510450ad..40048a5e 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -13,6 +13,7 @@ connection: password: <%= @couchdb_admin_password %> prefix : "" suffix : "" + netrc: "/etc/couchdb/couchdb.netrc" # file to store the last processed user record in so we can resume after # a restart: |