You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.
Steps to repro:
vagrant destroy && vagrant box remove (your box name)
vagrant up --provision
Chef run will fail due to missing cookbooks (like apt)
This only occurs when the box is added. I see on the first run it vendors the cookbooks into a shelf (in (~/.berkshelf/vagrant-berkshelf/shelves/...), but then it tries sharing the main project 'cookbooks' folder (next to my Vagrantfile) rather than the shelf. vagrant reload && vagrant provision will correctly mount the shelf instead.
Steps to repro:
vagrant destroy && vagrant box remove (your box name)
vagrant up --provision
Chef run will fail due to missing cookbooks (like apt)
This only occurs when the box is added. I see on the first run it vendors the cookbooks into a shelf (in (~/.berkshelf/vagrant-berkshelf/shelves/...), but then it tries sharing the main project 'cookbooks' folder (next to my Vagrantfile) rather than the shelf.
vagrant reload && vagrant provision
will correctly mount the shelf instead.Versions:
Vagrant 1.7.4, 1.8.1
ChefDK 0.8.0, 0.10.0
vagrant-berkshelf 4.0.4, 4.1.0
The text was updated successfully, but these errors were encountered: