vagrant-hostmanager/lib/vagrant-hostmanager
itaymendel 1d161d0582 fixed windows compatibility issues for the hosts file
i have added a 'if windows' for the update_host method, to deal with a windows host machine.
sometimes i had an error on line 17, because the file was no longer there (maybe mv removed it?), so i just added a exception block to catch it. it does nothing, but now it is working for me.
2013-08-28 08:58:46 +03:00
..
action Remove suspend, resume, and halt hooks. 2013-08-22 17:12:33 -04:00
action.rb Finish support for managing host /etc/hosts file. 2013-06-20 12:54:20 -04:00
command.rb Finish support for managing host /etc/hosts file. 2013-06-20 12:54:20 -04:00
config.rb Fix issue #26. 2013-07-19 11:40:01 -04:00
errors.rb Proof-of-concept support for managing /etc/hosts. 2013-03-27 15:38:08 -04:00
hosts_file.rb fixed windows compatibility issues for the hosts file 2013-08-28 08:58:46 +03:00
plugin.rb Remove suspend, resume, and halt hooks. 2013-08-22 17:12:33 -04:00
provisioner.rb Finish support for managing host /etc/hosts file. 2013-06-20 12:54:20 -04:00
version.rb Remove suspend, resume, and halt hooks. 2013-08-22 17:12:33 -04:00