Skip to content

Commit dbf0813

Browse files
committed
install versinlock
1 parent 6b688bc commit dbf0813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cookbooks/aws-parallelcluster-environment/resources/efa/efa_redhat8.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def conflicting_packages
3838

3939
def prerequisites
4040
if redhat_on_docker?
41-
%w(versionlock environment-modules)
41+
%w(yum-plugin-versionlock environment-modules)
4242
else
43-
%w(versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
43+
%w(yum-plugin-versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
4444
end
4545
end
4646
end

cookbooks/aws-parallelcluster-environment/resources/efa/efa_rocky8.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def conflicting_packages
3737
end
3838

3939
def prerequisites
40-
%w(versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
40+
%w(yum-plugin-versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
4141
end
4242
end

0 commit comments

Comments
 (0)