Skip to content
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

[TECH DEBT] Remove support for RHEL 5 #62520

Closed
dmurphy18 opened this issue Aug 23, 2022 · 0 comments · Fixed by #64491
Closed

[TECH DEBT] Remove support for RHEL 5 #62520

dmurphy18 opened this issue Aug 23, 2022 · 0 comments · Fixed by #64491
Assignees

Comments

@dmurphy18
Copy link
Contributor

Description of the tech debt to be addressed, include links and screenshots

In salt/modules/yumpkg.py there is code for checking functionality of RHEL 5

salt/salt/modules/yumpkg.py

Lines 264 to 265 in 51f19f1

if int(grains.get("osmajorrelease")) == 5
else "yum-plugin-versionlock"

Need to go through code and remove similar, RHEL 5 and 6 are long since EOL

Versions Report

Found during triage, during Salt 3005 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants