Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
FACT 4.0.44
-
Night's Watch
-
2
-
ghost-9.12, ghost-18.12, ghost-13.01.2020
-
Needs Assessment
-
Bug Fix
-
-
Needs Assessment
Description
The gem-based facter 4.0.x does not return the correct fqdn – it returns the hostname with dot instead of returning hostname with the domain suffix.
Example:
facter fqdn
Output:
myhostname.
The correct output:
myhostname.mydomain.com
This breaks scripts which issue http request to the fqdn (like: http://myhostname.:1234 is not reachable).