-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73edd1a backported Amazon Linux support from master to 4.x. However, because the commit did not apply cleanly, the install_package method mistakenly uses Yum on Amazon Linux 2023. DNF is the default package manager for Amazon Linux 2023 and Beaker 5.x correctly uses DNF in the install_package method. This commit changes Amazon Linux 2023 to use DNF instead of Yum in the install_package method.
- Loading branch information
1 parent
857ef94
commit 8a96286
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters