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

(PA-6277) change manifests for amazon 2 repo #722

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

imaqsood
Copy link
Contributor

Since we currently use the Amazon repository for Amazon Linux on the Yum repo instead of el, we are changing the manifest to fetch the correct package.

@imaqsood imaqsood requested review from bastelfreak and a team as code owners June 10, 2024 10:20
@joshcooper joshcooper merged commit 89688c8 into puppetlabs:main Jun 10, 2024
17 checks passed
@@ -20,7 +20,6 @@
'Amazon': {
$major_version = $facts['os']['release']['major']
$amz_el_version = "${major_version}" ? {
'2' => '7',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this is correct for amazon-2-aarch64, but breaks amazon-2-x86_64 (since we need to install RHEL 7 packages.

@mhashizume mhashizume added the maintenance Maintenance chores are typically excluded from changelogs label Jun 27, 2024
@joshcooper joshcooper added bug Something isn't working and removed maintenance Maintenance chores are typically excluded from changelogs labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants