chef-provisioning-vagrant icon indicating copy to clipboard operation
chef-provisioning-vagrant copied to clipboard

Launching vagrant sample fails in windows

Open brumschlag opened this issue 9 years ago • 0 comments

In windows, using a fresh install of vagrant 1.7.2, running chef-client -z vagrant_linux.rb fails in line 35 of vagrant_box.rb with 'Errno::EIO: Input/output error - CreateProcessW'

Replacing the 'vagrant box list' with 'vagrant.exe box list' in vagrant_box.rb fixes the problem.

brumschlag avatar Mar 13 '15 15:03 brumschlag