-
Notifications
You must be signed in to change notification settings - Fork 193
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
Support rpm platforms without yum #717
Conversation
observed the latest rockylinux 9 containers do not have a yum symlink to dnf anymore.
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.
Should the default remain yum in the case both are present?
No, technically yum has been deprecated since EL8. Anytime it's present it should be preferred. |
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.
Looks like PR tests are unrelated. This seems like a good change. thanks
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.
Looks good to me!
Changes from amazon renaming puppetlabs/puppetlabs-puppet_agent#721 and dnf support addition puppetlabs/puppetlabs-puppet_agent#717 have also aggregated here
Changes for dnf support addition puppetlabs/puppetlabs-puppet_agent#717 have also aggregated here.
observed the latest rockylinux 9 containers do not have a yum symlink to dnf anymore.
Related: