I am setting up a simple vagrant box with chef solo as the provisioner. Everything was going fine until i tried running it on my laptop. The machine comes up fine but when it pr
I believe this is related to this issue in Chef core.
The fix seems to be to add the following to your chef_solo provisioner section in your Vagrantfile:
chef.version = '12.10.40'