Skip to content

Commit d8b58fa

Browse files
committed
kernel-matched
1 parent 2cf32fb commit d8b58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_rocky8.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
user 'root'
2727
code <<-INSTALL_KERNEL_SOURCE
2828
package="#{kernel_source_package}-#{kernel_source_package_version}"
29-
matched="kernel-matched-#{kernel_source_package_version}"
29+
matched="kernel-devel-matched-#{kernel_source_package_version}"
3030
3131
# try to install kernel source for a specific release version
3232
dnf install -y ${package} ${matched} --releasever #{node['platform_version']}

0 commit comments

Comments
 (0)