stages/yum.config: add an option to configure langpacks plugin

The new stage enables users to configure the langpacks plugin of YUM.
Currently, only locales option is supported.
This commit is contained in:
Ondřej Budai 2021-11-04 21:17:43 +01:00 committed by Christian Kellner
parent e63fa48504
commit 306fd3ed96
4 changed files with 84 additions and 4 deletions

View file

@ -498,6 +498,13 @@
"options": {
"config": {
"http_caching": "packages"
},
"plugins": {
"langpacks": {
"locales": [
"en_US.UTF-8"
]
}
}
}
}

View file

@ -34,6 +34,13 @@
"options": {
"config": {
"http_caching": "packages"
},
"plugins": {
"langpacks": {
"locales": [
"en_US.UTF-8"
]
}
}
}
}

View file

@ -1,6 +1,9 @@
{
"added_files": [
"/etc/yum.conf"
"/etc/yum.conf",
"/etc/yum",
"/etc/yum/pluginconf.d",
"/etc/yum/pluginconf.d/langpacks.conf"
],
"deleted_files": [],
"differences": {}