eaton / vagrant-chef-dlamp

A Chef/Vagrant setup for simple Drupal multisite hosting.
52 stars 22 forks source link

Update Vagrantfile #8

Open wizonesolutions opened 11 years ago

wizonesolutions commented 11 years ago

It's giving a few warnings because Vagrant 1.1+. Copy/pasted:

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.
* The 'v-root' shared folders have been renamed to 'vagrant-root'.
Assuming you meant 'vagrant-root'...
mgifford commented 10 years ago

Think that's fixed with this patch: https://github.com/mgifford/vagrant-chef-dlamp/commit/07052f43a236c704c26a4d72098e640701163fbd

It's all bundled with the same pull request though.