Fix module_enable name

This commit is contained in:
eabdullin 2022-11-28 18:36:37 +03:00
parent e6197092b2
commit 93443f0e43
2 changed files with 4 additions and 4 deletions

View File

@ -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"]
}
}
}

View File

@ -10,7 +10,7 @@
"with": [],
"without": [],
"yum_exclude": [],
"enable_modules": [],
"module_enable": [],
"target_arch": ""
}
}