From 103e6f5cbf5b0d0d6f432678355626d6b306b628 Mon Sep 17 00:00:00 2001 From: gsell Date: Mon, 3 Feb 2025 12:19:59 +0100 Subject: [PATCH] modulecmd (#383): required keys added to dict OverlayConfigKeys (cherry picked from commit d0125da316df96fde7eef44084add49b5ff3c73e) Co-authored-by: Achim Gsell --- Pmodules/libpmodules.bash.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Pmodules/libpmodules.bash.in b/Pmodules/libpmodules.bash.in index 961aa55..7b6abaf 100644 --- a/Pmodules/libpmodules.bash.in +++ b/Pmodules/libpmodules.bash.in @@ -80,6 +80,14 @@ declare -A OverlayConfigKeys=( ['excludes']='' ['type']='n' ['modulepath']='' + ['modulepath_unstable']='' + ['modulepath_stable']='' + ['modulepath_deprecated']='' + ['has_groups']='true' + ['has_relstages']='true' + ['default_relstage']='unstable' + ['has_additional_modulepaths']='false' + ['conflicts']='' ) yml::die_parsing(){