From e0de052b5345d49d97ee538298e8fba4b0735f6d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 5 Feb 2025 15:08:27 +0100 Subject: [PATCH] libpmodules (#385): accept but ignore new keys in Pmodules.yaml --- Pmodules/libpmodules.bash.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Pmodules/libpmodules.bash.in b/Pmodules/libpmodules.bash.in index fe840f6..3505da7 100644 --- a/Pmodules/libpmodules.bash.in +++ b/Pmodules/libpmodules.bash.in @@ -79,10 +79,7 @@ declare -A OverlayConfigKeys=( ['modulefiles_root']='' ['excludes']='' ['type']='n' - ['modulepath']='' - ['modulepath_unstable']='' - ['modulepath_stable']='' - ['modulepath_deprecated']='' + ['path_config']='' ['has_groups']='true' ['has_relstages']='true' ['default_relstage']='unstable'