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

Fix tests on Red Hat 9 #9527

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

mhashizume
Copy link
Contributor

This PR addresses an issue with an older version of OpenSSH in our Red Hat 9 images with a temporary workaround.

This is a manual backport of #9521

This commit updates the RPM util test to use a ternary operator instead
of a longer if...else statement and to use a string-array literal for
brevity.

(cherry picked from commit d8a2f86)
We are encountering an issue with the older version of OpenSSH installed
on the Red Hat 9 images that we use in CI. This commit adds a temporary
step to update OpenSSH on Red Hat Enterprise Linux 9 platforms.

(cherry picked from commit 7f54e44)
@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Nov 26, 2024
@mhashizume mhashizume requested a review from a team as a code owner November 26, 2024 22:07
@cthorn42 cthorn42 merged commit 077529e into puppetlabs:7.x Nov 26, 2024
12 checks passed
@mhashizume mhashizume deleted the maint/7.x/rhel9-openssh branch November 27, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants