Updated confusing docstring for tcp_pub/pull_port in conf examples

This commit is contained in:
Dmitry Kuzmenko 2018-04-24 02:00:17 +03:00
parent 15895c4ff8
commit 6bcafcf30a
No known key found for this signature in database
GPG key ID: 4C7CAD30C95651DA
2 changed files with 9 additions and 1 deletions

View file

@ -176,6 +176,14 @@
# master event bus. The value is expressed in bytes.
#max_event_size: 1048576
# Windows platforms lack posix IPC and must rely on slower TCP based inter-
# process communications. Set ipc_mode to 'tcp' on such systems
#ipc_mode: ipc
# Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp'
#tcp_master_pub_port: 4510
#tcp_master_pull_port: 4511
# By default, the master AES key rotates every 24 hours. The next command
# following a key rotation will trigger a key refresh from the minion which may
# result in minions which do not respond to the first command after a key refresh.

View file

@ -380,7 +380,7 @@
# process communications. Set ipc_mode to 'tcp' on such systems
#ipc_mode: ipc
# Overwrite the default tcp ports used by the minion when in tcp mode
# Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp'
#tcp_pub_port: 4510
#tcp_pull_port: 4511