Description
Hi!
Just tried to get the Vagrant box up with Vagrant 1.2.2, looks like the Vagrantfile is outdated, here's the error message I get:
lars@bungholio:~/projects/innogames/testing-setup(master)$ vagrant up
There were warnings and/or errors while loading your Vagrantfile.
Your Vagrantfile was written for an earlier version of Vagrant,
and while Vagrant does the best it can to remain backwards
compatible, there are some cases where things have changed
significantly enough to warrant a message. These messages are
shown below.
Warnings:
config.vm.customize
calls are VirtualBox-specific. If you're
using any other provider, you'll have to use config.vm.provider in a
v2 configuration block.
Bringing machine 'master' up with 'virtualbox' provider...
[master] Box 'precise64' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading or copying the box...
Progress: 2% (Rate: 502k/s, Estimated time remaining: 0:10:54)^CWaiting for cleanup before exiting...
Box download was interrupted. Exiting.
Vagrant exited after cleanup due to external interrupt.
lars@bungholio:~/projects/innogames/testing-setup(master)$ vagrant --version
Vagrant version 1.2.2