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

This commit is contained in:
2025-02-03 12:15:28 +01:00
parent bd6df63f7b
commit d0125da316
+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(){