vagrant/plugins/guests/debian
Alan Braithwaite 7d53047a92 Fixed fqdn handling on debian/ubuntu
The issue was that the old method simply didn't work.  When the hosts
file should look like:
    127.0.1.1   host.fqdn.com host
It looked like:
    127.0.1.1   host.fqdn.com host old.fqdn.com old
Or this if the user didn't set a fqdn
    127.0.1.1   host host old.fqdn.com old

This patch fixes that.
2013-09-22 00:33:24 -07:00
..
cap Fixed fqdn handling on debian/ubuntu 2013-09-22 00:33:24 -07:00
guest.rb More reliable Ubuntu and Debian guest detection 2013-05-01 21:00:39 -03:00
plugin.rb SetHostname uses new cap system 2013-04-03 23:18:12 -07:00