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

Restrict use of dnf to Fedora only, otherwise use yum when dealing with RedHat family #2070

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

dmurphy18
Copy link
Contributor

What does this PR do?

Restrict use of dnf to Fedora only, otherwise use yum when dealing with RedHat family, was using dnf on Amazon Linux 2, where only yum is supported.

What issues does this PR fix or reference?

Fixes #2043

Previous Behavior

dnf would fail on Amazon Linux 2 platform, since not supported.

New Behavior

yum is now used on Amazon Linux 2 platform and packages install etc.

@dmurphy18 dmurphy18 self-assigned this Dec 10, 2024
@dmurphy18 dmurphy18 merged commit fa5ae44 into saltstack:develop Dec 11, 2024
62 of 67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AL2 Bootstrapping Broken, using DNF instead of YUM
1 participant