mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
modulecmd (#383): required keys added to dict OverlayConfigKeys
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