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:
parent
e63fa48504
commit
306fd3ed96
4 changed files with 84 additions and 4 deletions
|
|
@ -498,6 +498,13 @@
|
|||
"options": {
|
||||
"config": {
|
||||
"http_caching": "packages"
|
||||
},
|
||||
"plugins": {
|
||||
"langpacks": {
|
||||
"locales": [
|
||||
"en_US.UTF-8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,13 @@
|
|||
"options": {
|
||||
"config": {
|
||||
"http_caching": "packages"
|
||||
},
|
||||
"plugins": {
|
||||
"langpacks": {
|
||||
"locales": [
|
||||
"en_US.UTF-8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue