vagrant-nginx-gunicorn-django
vagrant-nginx-gunicorn-django copied to clipboard
provision fails: chef-solo not installed in the vm
chef-solo is not installed in the vm. When provisioning, Vagrant returns this error:
The chef binary (either `chef-solo` or `chef-client`) was not found on
the VM and is required for chef provisioning. Please verify that chef
is installed and that the binary is available on the PATH.
After logging in and installing chef-client (wget -O - https://www.opscode.com/chef/install.sh | sudo bash
), it works.