fix host file update path

This commit is contained in:
BadgerOps 2017-05-03 14:56:01 -06:00
parent 06b75cdde6
commit c2637f6f78
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module VagrantPlugins
if update_file(file, machine, false, line_endings)
# upload modified file and remove temporary file
machine.communicate.upload(file.to_s, '/tmp/hosts')
machine.communicate.upload(file.to_s, "/tmp/hosts/hosts.#{machine.name}")
if windir
machine.communicate.sudo("mv -force /tmp/hosts/hosts.#{machine.name} #{realhostfile}")
else