]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Point Ubuntu 12.04 Vagrant file to a readily-available base image.
authorBen Darnell <ben@bendarnell.com>
Wed, 6 Nov 2013 16:53:00 +0000 (11:53 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 6 Nov 2013 16:53:00 +0000 (11:53 -0500)
maint/vm/ubuntu12.04/Vagrantfile

index 9fcc82a2c7eb7f7ffb74ba8ac0f09ce2595cf112..00cea136b24265dc098eb1d3cb45e0fe719f47b5 100644 (file)
@@ -1,5 +1,6 @@
 Vagrant::Config.run do |config|
-    config.vm.box = "ubuntu12.04"
+    config.vm.box = "precise64"
+    config.vm.box_url = "http://files.vagrantup.com/precise64.box"
 
     config.vm.network :hostonly, "172.19.1.5"
     config.vm.share_folder("tornado", "/tornado", "../../..", :nfs=> true)