-
Notifications
You must be signed in to change notification settings - Fork 100
Unknown configuration section 'berkshelf' #35
Comments
Adding
to my Vagrantfile fixed this. Maybe that should be included by default given that the file has been generated by berkshelf? Now I arrived at issue #24 ... |
You shouldn't need to require it, the plugin load should handle it. We recently renamed so maybe try uninstalling berkshelf-vagrant and install vagrant-berkshelf and see if that fixes it? |
Same problem here on OSX, with virtualbox.
Setting |
I hit the same issue today. The problem is in the name of the plugin. Although, berkshelf.com says install "berkshelf-vagrant" it is actually "vagrant-berkshelf" Also, as ivey pointed out, you don't need to "require" anymore |
FYI, the plugin has been renamed from berkshelf-vagrant to vagrant-berkshelf. I've removed the old one, and vagrant-berkshelf version 1.2.0 works great for me. |
@ivey maybe having the 1.1.3 release that aliases to vagrant-berkshelf is causing some people issues? |
Uninstalling berkshelf-vagrant and installing vagrant-berkshelf 1.2.0 fixed the problem, thanks! Since the website seems to have been updated to reflected the new name I think we can close this one. |
I have version 1.2.0 of vagrant-berkshelf and 1.2.2 of Vagrant installed, and I'm still encountering this error. Adding My Vagrantfile:
...and the errors that are thrown:
|
@nicholaswyoung Can you gist me the full output of the Vagrant run please? |
@ivey I'm still working out a few Chef kinks, but this should give you an idea of what's happening: |
@nicholaswyoung can I see |
You may want to try replacing the first Vagrant config line
with
I believe the Config.run is a 1.0.x backwards compatible mode. |
@nicholaswyoung this is because you are using the old Config builder syntax. @talaris is correct in his message to you :) |
I'm having a problem here with latest vagrant, berkshelf and vmware fusion.
Vagrantfile, Berksfile and the output of 'vagrant up' are there: https://gist.github.com/jkraemer/5418865
The Vagrantfile was generated by berks init, I only modified the box name, box url and run list. Looking at the log it looks like the berkshelf plugin gets loaded successfully, but then it seems to fail to extend vagrant's config mechanism to recognize the berkshelf options...
The text was updated successfully, but these errors were encountered: