From: Bryan Date: Fri, 27 Dec 2013 05:49:53 +0000 (-0500) Subject: Removing a hack which got things running when secrets were not present, but actually... X-Git-Tag: release-20150131~362 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ed43d2c96aed053076de839b284243d7e608ac0;p=oweals%2Fkarmaworld.git 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. --- 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 <