-
Notifications
You must be signed in to change notification settings - Fork 100
FATAL: ArgumentError: You must specify at least one cookbook repo path #78
Comments
@mconigliaro I would destroy the contents of ~/.berkshelf and not the directory itself. The effort for automatically re-mounting destroyed/recreated directories would be quite large and also have to happen in Vagrant itself. We're hard at work at fixing the bug in #781. It will be fixed in Berkshelf 3.0 and is already fixed in the master branch. |
OK, I'll do that from now on instead. Thanks! |
Is there an eta for 3.0? |
FYI, we're still seeing this issue with Berkshelf 3.1. I Haven't had time to track down what's causing it, but the workaround still seems to be to |
I have this error with berkshelf 3.1.5 that came with chef-dk 0.2.1 on vagrant 1.6.4 using vagrant plugin upon initial provisioning... My approach will be to move away from the vagrant plugin and just berks vendor my cookbooks :-( |
Also seeing this error, have tried reinstalling |
@mconigliaro How many times do you have to |
@axsuul usually just once. |
@mconigliaro Looks like no matter how often I do that, I still get the error :/ |
I am so sorry, complaining about problems on the wrong repo! -.- (Pleas ignore...) |
Can you post your |
I got the error too with chefdk 0.2.2 and vagrant-berkshelf installed yesterday. |
Same here, did a |
A |
Same problem with berks 3.1. The reload -> provision got it unstuck the first time. |
May I ask how this is closed? Is it resolved in a later version? Is this plugin deprecated?.. cc @reset |
@mihasya it was supposedly fixed in 3.0, but apparently not. :-( |
just got the error with berks 3.2.1. |
|
Fatal error: you must specify '--save', '--no-save' or '--vanilla' |
This error pops up at the end of the initial provision after you
rm -rf ~/.berkshelf
(which I have to do quite frequently due to berkshelf/berkshelf#781 ):FATAL: ArgumentError: You must specify at least one cookbook repo path
A simple workaround for now is to run
vagrant reload
.The text was updated successfully, but these errors were encountered: