mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
extension_modules should default to /proxy/extmods
Additionally, append it to the append_minionid_config_dirs list, so each proxy caches its extension modules separately.
This commit is contained in:
parent
c1c8cb9bfa
commit
73f9135340
1 changed files with 2 additions and 1 deletions
|
@ -1633,7 +1633,8 @@ DEFAULT_PROXY_MINION_OPTS = {
|
|||
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'proxy'),
|
||||
'add_proxymodule_to_opts': False,
|
||||
'proxy_merge_grains_in_module': True,
|
||||
'append_minionid_config_dirs': ['cachedir', 'pidfile', 'default_include'],
|
||||
'extension_modules': os.path.join(salt.syspaths.CACHE_DIR, 'proxy', 'extmods'),
|
||||
'append_minionid_config_dirs': ['cachedir', 'pidfile', 'default_include', 'extension_modules'],
|
||||
'default_include': 'proxy.d/*.conf',
|
||||
|
||||
# By default, proxies will preserve the connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue