vagrant-hostmanager
vagrant-hostmanager copied to clipboard
Cannot find path 'C:\tmp\hosts\hosts.default' because it does not exist.
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.
this should be fixed by https://github.com/devopsgroup-io/vagrant-hostmanager/pull/229