first_deploy() appears to be nearly ready for primetime, so adding it as part of...
authorBryan <btbonval@gmail.com>
Thu, 12 Dec 2013 23:27:11 +0000 (18:27 -0500)
committerBryan <btbonval@gmail.com>
Thu, 12 Dec 2013 23:27:11 +0000 (18:27 -0500)
Vagrantfile

index 57a9e9892d79e5b4f6b555035ec68dbe93deb8ca..036a01a58cc16ae01583ed754198ec1d4d24d471 100644 (file)
@@ -91,7 +91,7 @@ chmod 755 /etc/init.d/supervisor
 update-rc.d supervisor defaults
 
 pip install fabric
-#su vagrant -c "cd karmaworld; fab here first_deploy"
+su vagrant -c "cd karmaworld; fab -H 127.0.0.1 first_deploy"
 SCRIPT
 # end of script