Closed AnalogJ closed 7 years ago
After uninstalling
vagrant-berkshelf
plugin, vagrant 2.0 will run correctly.
how is that? I get the error Unknown configuration section 'berkshelf'.
@daverogers I agree, there is definitely a problem here, sort of a catch 22 for me (Windows 10). And I do have the latest Chef installed.
$ vagrant up
vagrant-omnibus missing, please install the plugin:
vagrant plugin install vagrant-berkshelf
$ vagrant plugin install vagrant-berkshelf
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes...
The Vagrant Berkshelf plugin requires Berkshelf from the Chef Development Kit.
You can download the latest version of the Chef Development Kit from:
https://downloads.chef.io/chef-dk/
Installing Berkshelf via other methods is not officially supported.
Installed the plugin 'vagrant-berkshelf (5.1.1)'!
Post install message from the 'vagrant-berkshelf' plugin:
The Vagrant Berkshelf plugin requires Berkshelf from the Chef Development Kit.
You can download the latest version of the Chef Development Kit from:
https://downloads.chef.io/chef-dk/
Installing Berkshelf via other methods is not officially supported.
And for me Uninstalling vagrant-berkshelf and doing a "vagrant up" simply asks me to install the plugin all over again.
how is that? I get the error Unknown configuration section 'berkshelf'.
This is probably due to the usage of config.berkshelf.enabled = true
in your Vagrantfile.
The fix that Tcharl menitioned works for me.
After uninstalling
vagrant-berkshelf
plugin, vagrant 2.0 will run correctly.