tweak this to not be there in either stg or prod and not cause prod comment changes
This commit is contained in:
parent
526bd20a36
commit
5139e920a1
1 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
config_opts['plugin_conf']['package_state_enable'] = False
|
config_opts['plugin_conf']['package_state_enable'] = False
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||||
#{% if env == 'staging' %}
|
{% if env == 'neither' %}
|
||||||
#config_opts['plugin_conf']['tmpfs_enable'] = True
|
config_opts['plugin_conf']['tmpfs_enable'] = True
|
||||||
#config_opts['plugin_conf']['tmpfs_opts'] = {}
|
config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||||
#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
|
config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
|
||||||
#config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g'
|
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g'
|
||||||
#config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
||||||
#config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||||
#{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue