Actions
Refactor #14449
closedHostname check should use Facter binary instead of library
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Description
The installer ships a hostname check at checks/hostname.rb, which requires the 'facter' library to get the current parsed hostname.
This should be replaced for AIO support to not require Facter as a library, but instead call facter hostname
or an equivalent.
Actions