vagrant/plugins/guests/debian/cap
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
..
change_host_name.rb Fixed fqdn handling on debian/ubuntu 2013-09-22 00:33:24 -07:00
configure_networks.rb extend should be include for TemplateRenderer in caps 2013-04-08 10:47:19 -07:00