-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vagrantfile outdated #3
Comments
Thanks for the report. I will look into that. However, since the Vagrant box is optional, please make sure you just install the repo on your local machine or in another virtual box, since I'm not sure I will manage to look into that issue today. |
No worries, already installed everything, just wanted to test Vagrant out of curiosity. |
Perfect, thanks for the feedback. :) |
I'm gonna go ahead and try to fix this. |
Fix0red, I guess. |
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'reusing 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
The text was updated successfully, but these errors were encountered: