Allow the possibility to generate fqdn friendly /etc/hosts files.#109
Allow the possibility to generate fqdn friendly /etc/hosts files.#109purpleidea wants to merge 1 commit intodevopsgroup-io:masterfrom
Conversation
|
I needed this patch to make things work with FQDN's properly. Other than that, great vagrant plugin, thanks! |
|
Wait, don't merge yet, a small (insignificant) bug exists. |
|
Okay, all fixed now, small silly issue. Good to go! |
This depends on two patches: devopsgroup-io/vagrant-hostmanager#109 devopsgroup-io/vagrant-hostmanager#111 If they are not merged shortly, please look for them here: https://github.com/purpleidea/vagrant-hostmanager
|
Hi @purpleidea, thanks for contributing. Sorry it took me so long to reply. I will be looking at these PRs tonight and I'll get back to you as soon as I can. |
|
I think having the ability to make /etc/hosts fqdn-friendly is great, and the PR definitely accomplishes this. However, I have a couple of concerns that I want to look over before we merge this in. Adjusting
|
This is needed on some systems so that: hostname --fqdn and facter -p | grep fqdn both return something useful. This patch adds the fqdn_friendly and domain_name configuration options.
c0ccbf5 to
f087051
Compare
This is needed on some systems so that:
hostname --fqdn
and
facter -p | grep fqdn
both return something useful.
This patch adds the fqdn_friendly and domain_name configuration options.