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 Nov 24, 2022. It is now read-only.
I hit a bug with vagrant-lxc (it works with any other provider I use like VBox, managed, libvirt...) :
When I "up" my VM, porvision work like a charm.
But When I try to do the same after that with "provision", command fail.
Why?
It seems to be a bug with syncfolder. Vagrant-berkshelf plugin use a path
/tmp/vagrant-chef-1/chef-solo-1/cookbooks
To put cookbooks in... but after "provision" this folder is empty.
Sorry but this is an upstream bug in both Berkshelf and Librarian that seems to also affect the vmware provider. I've sent both projects pull requests but the issue has not been fixed yet =/
Me too, but in the meantime I've added an entry to the Troubleshooting section of the Wiki so that others can easily find the references and 👍 the PRs as well ;)
Hi,
I hit a bug with vagrant-lxc (it works with any other provider I use like VBox, managed, libvirt...) :
When I "up" my VM, porvision work like a charm.
But When I try to do the same after that with "provision", command fail.
Why?
It seems to be a bug with syncfolder. Vagrant-berkshelf plugin use a path
To put cookbooks in... but after "provision" this folder is empty.
https://gist.github.com/guilhem/d7e1b1cb1f1043867321
The text was updated successfully, but these errors were encountered: