mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add IPC to minion opts
This commit is contained in:
parent
2c1c92c48e
commit
b2d636017d
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'mine_return_job': False,
|
||||
'mine_interval': 60,
|
||||
'ipc_mode': _DFLT_IPC_MODE,
|
||||
'ipc_write_buffer': _DFLT_IPC_WBUFFER,
|
||||
'ipv6': False,
|
||||
'file_buffer_size': 262144,
|
||||
'tcp_pub_port': 4510,
|
||||
|
|
Loading…
Add table
Reference in a new issue