You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that a FQDN is provided in the inventory and the params.json file for a role, the pe_xl::hostname task will throw an error because the hostname returned does not include the domain.
Using `hostnamectl --transient` doesn't *always* return the FQDN, which is what the plans are usually expecting. `hostname -f` is a more reliable way of doing this.
Fixespuppetlabs#22
Given that a FQDN is provided in the inventory and the params.json file for a role, the
pe_xl::hostname
task will throw an error because thehostname
returned does not include the domain.nodes.yaml snippet
params.json snippet
Plan fails with
I presume that the hostname task should be producing the fqdn instead of just the base hostname.
Possible update
The text was updated successfully, but these errors were encountered: