enable yum-cache plugin
This commit is contained in:
parent
e8c5d8ebae
commit
35ce93a3ee
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['yum_cache_enable'] = False
|
||||
config_opts['plugin_conf']['yum_cache_enable'] = True
|
||||
config_opts['plugin_conf']['yum_cache_opts'] = {}
|
||||
config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 150
|
||||
config_opts['plugin_conf']['yum_cache_opts']['max_metadata_age_days'] = 150
|
||||
|
||||
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||
config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue