vagrant/plugins/guests/ubuntu
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 guest: Remove dead code 2013-09-01 17:41:17 -03:00
plugin.rb guests/ubuntu: enable the new mount_nfs stuff 2013-09-01 13:46:09 -07:00