You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PA-6677) Restore support for AL2 x86_64 install_shell task
Commit bf467db fixed AL2 aarch64, but broke AL2
x86_64 causing the task to install the `puppetN-release-amazon-2.noarch.rpm`
release package, but later the `yum install puppet-agent` command failed,
since there are no AL2 x86_64 builds.
It also broke future releases of amazon, so the hypothetical AL 2025 would
fallback to el-2025.
This commit results on the following mapping:
AL2 x86_64 -> puppetN-release-el-7.noarch.rpm
AL2 aarch64 -> puppetN-release-amazon-2.noarch.rpm
AL2023 (all) -> puppetN-release-amazon-2023.noarch.rpm
And ensures future AL releases work as expected.
0 commit comments