-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
Vagrant: Undefined method 'provider' #298
Comments
I changed https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/Vagrantfile#L155 to: Vagrant.configure(2) do |config| and it worked (or rather, I'm getting a different error now). |
It's the config version mentioned here:
Also, your other issue can be solved by adding:
|
Hi there -- we've re-written the cookbook and now completely support test-kitchen for testing, which has a Vagrant driver that should be working. Please give that a try. |
Using Vagrant 1.7.2 on Windows 8 x64, when I run
vagrant up
I get this error:According to hashicorp/vagrant#1477 apparently this means that the config version is wrong?
The text was updated successfully, but these errors were encountered: