modulecmd (#383): required keys added to dict OverlayConfigKeys

(cherry picked from commit d0125da316)

Co-authored-by: Achim Gsell <achim.gsell@psi.ch>
This commit is contained in:
2025-02-03 12:19:59 +01:00
parent 169a3dbe97
commit 103e6f5cbf
+8
View File
@@ -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(){