Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4a9b6ad4 authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

Merge branch 'libfabricfix' into 'master'

[debian11] Fix use of libfabric1 and libfabric-bin G5K packages

See merge request !205
parents 9f8c5d70 fba70dbe
No related branches found
No related tags found
1 merge request!205[debian11] Fix use of libfabric1 and libfabric-bin G5K packages
......@@ -35,10 +35,10 @@ class env::base::configure_omnipath(){
# See Bug #13260
env::common::g5kpackages {
'libfabric1':
packages => 'libfabric1';
packages => ['libfabric1', 'libfabric-bin'];
}
ensure_packages(['ucx-utils', 'libfabric-bin'], {
ensure_packages(['ucx-utils'], {
ensure => present
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment