mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc_ipc_mode_Windows_against_master
This commit is contained in:
parent
5850ac227e
commit
7db6705cca
2 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@
|
||||||
#mine_interval: 60
|
#mine_interval: 60
|
||||||
|
|
||||||
# Windows platforms lack posix IPC and must rely on slower TCP based inter-
|
# Windows platforms lack posix IPC and must rely on slower TCP based inter-
|
||||||
# process communications. Set ipc_mode to 'tcp' on such systems
|
# process communications. ipc_mode is set to 'tcp' on such systems.
|
||||||
#ipc_mode: ipc
|
#ipc_mode: ipc
|
||||||
|
|
||||||
# Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp'
|
# Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp'
|
||||||
|
|
|
@ -1326,7 +1326,7 @@ creates a new connection for every return to the master.
|
||||||
Default: ``ipc``
|
Default: ``ipc``
|
||||||
|
|
||||||
Windows platforms lack POSIX IPC and must rely on slower TCP based inter-
|
Windows platforms lack POSIX IPC and must rely on slower TCP based inter-
|
||||||
process communications. Set ipc_mode to ``tcp`` on such systems.
|
process communications. ``ipc_mode`` is set to ``tcp`` on such systems.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue