summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/files
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-11 17:45:57 +0200
committervarac <varacanero@zeromail.org>2013-04-11 17:45:57 +0200
commit830f2408fa210016fdef855da8b3fd28421bff32 (patch)
tree5e7bf84f6d2dd8b2994fa84bcdb3469347f4948e /puppet/modules/site_webapp/files
parent92f565f349266f7c5adfc88b31d0d2902431efa4 (diff)
webapp: use admin creds for now, until we fixed couchdb user permissions
Diffstat (limited to 'puppet/modules/site_webapp/files')
-rw-r--r--puppet/modules/site_webapp/files/migrate_design_documents4
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 88eb2e25..4a818950 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 user credentials and remove admin credentials
-cp config/couchdb.yml.webapp config/couchdb.yml
+# use admin creds for now, until we fixed couchdb user permissions
+cp config/couchdb.yml.admin config/couchdb.yml
chown leap-webapp:leap-webapp config/couchdb.yml