Skip to content

Commit

Permalink
install versinlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Dec 10, 2024
1 parent 6b688bc commit dbf0813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def conflicting_packages

def prerequisites
if redhat_on_docker?
%w(versionlock environment-modules)
%w(yum-plugin-versionlock environment-modules)
else
%w(versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
%w(yum-plugin-versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def conflicting_packages
end

def prerequisites
%w(versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
%w(yum-plugin-versionlock environment-modules libibverbs-utils librdmacm-utils rdma-core-devel)
end
end

0 comments on commit dbf0813

Please sign in to comment.