vagrant-hostmanager icon indicating copy to clipboard operation
vagrant-hostmanager copied to clipboard

Cannot find path 'C:\tmp\hosts\hosts.default' because it does not exist.

Open adybuxton opened this issue 8 years ago • 1 comments
trafficstars

The plugin is failing on Windows 10 guest VMs at statement

mv -force /tmp/hosts/hosts.default C:\Windows\System32\drivers\etc\hosts

Logging into the box the file that the plugin needs to move that contains the correctly modified host entries appears to be located at

C:\tmp\hosts

and not C:\tmp\hosts\hosts.default as the plugin expects.

adybuxton avatar Apr 21 '17 13:04 adybuxton

this should be fixed by https://github.com/devopsgroup-io/vagrant-hostmanager/pull/229

BadgerOps avatar Apr 24 '17 04:04 BadgerOps