From 0ed43d2c96aed053076de839b284243d7e608ac0 Mon Sep 17 00:00:00 2001 From: Bryan Date: Fri, 27 Dec 2013 00:49:53 -0500 Subject: [PATCH] Removing a hack which got things running when secrets were not present, but actually causes more harm than good. Also resigning to the idea that the fabfile must be called separately from the Vagrant file. --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4da4c74..6fd8178 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -69,8 +69,6 @@ PROD_DB_NAME = 'karmaworld' PROD_DB_USERNAME = 'vagrant' PROD_DB_PASSWORD = '' CONFIG -cp $SECRETPATH/filepicker.py.example $SECRETPATH/filepicker.py -cp $SECRETPATH/static_s3.py.example $SECRETPATH/static_s3.py chown vagrant:vagrant $SECRETPATH/*.py cat > /etc/nginx/sites-available/karmaworld <