Fix module_enable name
This commit is contained in:
parent
e6197092b2
commit
93443f0e43
@ -27,21 +27,21 @@
|
||||
"sssd": {
|
||||
"c8": {
|
||||
"mock_options": {
|
||||
"enable_modules": ["idm:DL1"]
|
||||
"module_enable": ["idm:DL1"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"firefox": {
|
||||
"c8": {
|
||||
"mock_options": {
|
||||
"enable_modules": ["nodejs:12"]
|
||||
"module_enable": ["nodejs:12"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"thunderbird": {
|
||||
"c8": {
|
||||
"mock_options": {
|
||||
"enable_modules": ["nodejs:12"]
|
||||
"module_enable": ["nodejs:12"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"with": [],
|
||||
"without": [],
|
||||
"yum_exclude": [],
|
||||
"enable_modules": [],
|
||||
"module_enable": [],
|
||||
"target_arch": ""
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user