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
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_maintain/pull/665 added
Updated by Sayan Das about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|788310fc23476026f8328ad1b117353697de937e.
Updated by The Foreman Bot almost 2 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/697 added
Actions