We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f18801 commit b86ceadCopy full SHA for b86cead
cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_rocky8.rb
@@ -28,7 +28,7 @@
28
package="#{kernel_source_package}-#{kernel_source_package_version}"
29
30
# try to install kernel source for a specific release version
31
- dnf install -y ${package} --releasever #{node['platform_version']}
+ dnf install -y ${package} --releasever #{node['kernel']['machine']}
32
if [ $? -ne 0 ]; then
33
# Previous releases are moved into a vault area once a new minor release version is available for at least a week.
34
# https://wiki.rockylinux.org/rocky/repo/#notes-on-devel
0 commit comments