diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index 0a72d72857..b564371ce5 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -5,11 +5,10 @@ config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['yum_cache_enable'] = False -config_opts['plugin_conf']['root_cache_enable'] = Enable +config_opts['plugin_conf']['root_cache_enable'] = True config_opts['plugin_conf']['root_cache_opts']['age_check'] = False config_opts['plugin_conf']['root_cache_opts']['exclude_dirs'] = ["./proc", "./sys", "./dev", "./tmp/ccache", "./var/cache/yum" ] - config_opts['plugin_conf']['bind_mount_enable'] = False config_opts['plugin_conf']['compress_logs_enable'] = True