Skip to content
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

Update for Vagrant #266

Open
cosmicdreams opened this issue Aug 19, 2014 · 3 comments
Open

Update for Vagrant #266

cosmicdreams opened this issue Aug 19, 2014 · 3 comments

Comments

@cosmicdreams
Copy link

When spinning up the VM with Vagrant I receive the following warning:

There were warnings and/or errors while loading your Vagrantfile
for the machine 'default'.

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.
  • The 'v-root' shared folders have been renamed to 'vagrant-root'.
    Assuming you meant 'vagrant-root'...
@dbu
Copy link
Member

dbu commented Aug 19, 2014

i think nobody is actively maintaining the vagrant configuration. if you want to have a look and send a PR to upgrade it, that would be great. i think by now we can safely assume that people are on a vagrant that understands the configuration v2.

@cosmicdreams
Copy link
Author

Oh awesome, let me see what I need to do in order to provide you with a PR.

BTW, I was able to find the reason why the vagrantFile failed, wrong version of PHP. To fix that, perhaps moving the most recent LTS for ubuntu is sufficient.

@dbu
Copy link
Member

dbu commented Aug 21, 2014

+1 for most recent LTS of ubuntu as base box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants