From d0125da316df96fde7eef44084add49b5ff3c73e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 3 Feb 2025 12:15:28 +0100 Subject: [PATCH] modulecmd (#383): required keys added to dict OverlayConfigKeys --- Pmodules/libpmodules.bash.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Pmodules/libpmodules.bash.in b/Pmodules/libpmodules.bash.in index 3b8d775..cc6945c 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(){