mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-23 00:07:57 +02:00
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:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user