mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix small syntax error
This commit is contained in:
parent
0a0f46fb14
commit
e663b761fb
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
DEFAULT_PROXY_MINION_OPTS = {
|
||||
'conf_file': os.path.join(salt.syspaths.CONFIG_DIR, 'proxy'),
|
||||
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'proxy'),
|
||||
'sign_pub_messages': True
|
||||
'sign_pub_messages': True,
|
||||
'add_proxymodule_to_opts': False,
|
||||
'proxy_merge_grains_in_module': False,
|
||||
'append_minionid_config_dirs': ['cachedir'],
|
||||
|
|
Loading…
Add table
Reference in a new issue