summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/files
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-19 17:57:03 -0400
committerMicah Anderson <micah@riseup.net>2013-03-19 17:57:03 -0400
commite69e40e55abcd3d86e1a12ce214bb64851961e13 (patch)
treeed0d971fe0354600cf0b839034d93b01bfa5f59d /puppet/modules/site_webapp/files
parent9c1c74c359f80cf0e61b62befee0ec5cc04ab4c3 (diff)
cp instead of mv for the couchdb configuration file
if we move, then we need to re-create the file on the next deploy
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 3441e086..88d4b8d9 100644
--- a/puppet/modules/site_webapp/files/migrate_design_documents
+++ b/puppet/modules/site_webapp/files/migrate_design_documents
@@ -3,11 +3,11 @@
cd /srv/leap-webapp
# use admin credentials
-mv config/couchdb.yml.admin config/couchdb.yml
+cp config/couchdb.yml.admin config/couchdb.yml
# needs to be run twice
/usr/bin/bundle exec rake couchrest:migrate
/usr/bin/bundle exec rake couchrest:migrate
# use user credentials and remove admin credentials
-mv config/couchdb.yml.webapp config/couchdb.yml
+cp config/couchdb.yml.webapp config/couchdb.yml