Merge branch 'cherry-pick-d0125da3' into '1.1.22'

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

See merge request Pmodules/src!407
This commit is contained in:
2025-02-03 12:20:36 +01:00
+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(){