diff options
author | varac <varacanero@zeromail.org> | 2013-04-26 12:28:19 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-04-26 12:28:19 +0200 |
commit | 1c61472a0c0c14351993574f2673a6a3a3c75371 (patch) | |
tree | adf1bc4e2c5bfb980804e94eb358cb0ca7231967 /puppet/modules/site_webapp/files | |
parent | 2bd18fcad2e1446388948ed0b98232d93564b8ad (diff) |
Revert "webapp: use admin creds for now, until we fixed couchdb user permissions"
This reverts commit 830f2408fa210016fdef855da8b3fd28421bff32.
Diffstat (limited to 'puppet/modules/site_webapp/files')
-rw-r--r-- | puppet/modules/site_webapp/files/migrate_design_documents | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_webapp/files/migrate_design_documents b/puppet/modules/site_webapp/files/migrate_design_documents index 4a818950..88eb2e25 100644 --- a/puppet/modules/site_webapp/files/migrate_design_documents +++ b/puppet/modules/site_webapp/files/migrate_design_documents @@ -10,7 +10,7 @@ chown leap-webapp:leap-webapp config/couchdb.yml RAILS_ENV=production /usr/bin/bundle exec rake couchrest:migrate RAILS_ENV=production /usr/bin/bundle exec rake couchrest:migrate -# use admin creds for now, until we fixed couchdb user permissions -cp config/couchdb.yml.admin config/couchdb.yml +# use user credentials and remove admin credentials +cp config/couchdb.yml.webapp config/couchdb.yml chown leap-webapp:leap-webapp config/couchdb.yml |