mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed transport description in minion / master config
This commit is contained in:
parent
a72dc15720
commit
765a226907
2 changed files with 4 additions and 4 deletions
|
@ -499,11 +499,11 @@ that connect to a master via localhost.
|
|||
``transport``
|
||||
-------------
|
||||
|
||||
Default: ``zeromq``
|
||||
Default: ``ZeroMQ``
|
||||
|
||||
Changes the underlying transport layer. Zeromq is the recommended transport
|
||||
while additional transport layers are under development. Supported values are
|
||||
``zeromq``, ``raet`` (experimental), and ``tcp`` (experimental). This settings has
|
||||
``ZeroMQ``, ``raet`` (experimental), and ``tcp`` (experimental). This setting has
|
||||
a significant impact on performance and should not be changed unless you know
|
||||
what you are doing! Transports are explained in :ref:`Salt Transports
|
||||
<transports>`.
|
||||
|
|
|
@ -583,11 +583,11 @@ Pull port used when :conf_minion:`ipc_mode` is set to ``tcp``.
|
|||
``transport``
|
||||
-------------
|
||||
|
||||
Default: ``zeromq``
|
||||
Default: ``ZeroMQ``
|
||||
|
||||
Changes the underlying transport layer. Zeromq is the recommended transport
|
||||
while additional transport layers are under development. Supported values are
|
||||
``zeromq``, ``raet`` (experimental), and ``tcp`` (experimental). This settings has
|
||||
``ZeroMQ``, ``raet`` (experimental), and ``tcp`` (experimental). This setting has
|
||||
a significant impact on performance and should not be changed unless you know
|
||||
what you are doing! Transports are explained in :ref:`Salt Transports
|
||||
<transports>`.
|
||||
|
|
Loading…
Add table
Reference in a new issue