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
I had to uninstall Vagrant 1.7.2 and downgrade to 1.6.5 (because of this issue) and now I'm seeing the following error message on initial vagrant up:
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /vagrant => C:/Users/fletchowns/git_repos/nexus-cookbook
default: /tmp/vagrant-chef-3/chef-solo-1/cookbooks => C:/Users/fletchowns/.berkshelf/vagrant-berkshelf/shelves/berkshelf20150114-5456-1jpry17-default
==> default: Running provisioner: chef_solo...
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.
Not sure why I didn't run into this until now, but it looks like it can be fixed by adding:
config.omnibus.chef_version = :latest
The text was updated successfully, but these errors were encountered:
I had to uninstall Vagrant 1.7.2 and downgrade to 1.6.5 (because of this issue) and now I'm seeing the following error message on initial
vagrant up
:Not sure why I didn't run into this until now, but it looks like it can be fixed by adding:
The text was updated successfully, but these errors were encountered: