-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #36723 - Remove Fedora/Red Hat Atomic related code #9823
Conversation
Issues: #36723 |
@@ -146,8 +143,6 @@ def get_rhsm_mac(interface) | |||
end | |||
|
|||
def distribution_to_puppet_os(name) | |||
return REDHAT_ATOMIC_HOST_OS if name == REDHAT_ATOMIC_HOST_DISTRO_NAME | |||
|
|||
name = name.downcase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this block could be cleaner using a case statement: #9838
As far as I can see this has been EOL for a few years now. Red Hat Atomic went EOL in 2021.
f767f7c
to
d833ff7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍏 LGTM
Thanks @ekohl |
Release note: theforeman/foreman-documentation#2486 |
As far as I can see this has been EOL for a few years now. Red Hat Atomic went EOL in 2021.