Actions
Bug #35856
closedUse "hostname -f" instead of "hostname" while checking smart-proxy features.
Difficulty:
easy
Triaged:
No
Bugzilla link:
Description
While checking the smart-proxy features via foreman-maintain, Right now here in https://github.com/theforeman/foreman_maintain/blob/master/definitions/features/foreman_proxy.rb#L147 we pass $(hostname) but to ensure to not run into any DNS\SSL issues, we should use FQDN i.e. $(hostname -f) as requested in BZ https://bugzilla.redhat.com/show_bug.cgi?id=1956210
Actions