minion.rst (salt-3002.1) | : | minion.rst (salt-3002.2) | ||
---|---|---|---|---|
skipping to change at line 104 | skipping to change at line 104 | |||
connects. To enable this behavior, set :conf_minion:`master_type` to | connects. To enable this behavior, set :conf_minion:`master_type` to | |||
``failover``: | ``failover``: | |||
.. code-block:: yaml | .. code-block:: yaml | |||
master: | master: | |||
- address1 | - address1 | |||
- address2 | - address2 | |||
master_type: failover | master_type: failover | |||
.. conf_minion:: color | ||||
``color`` | ||||
--------- | ||||
Default: ``True`` | ||||
By default output is colored. To disable colored output, set the color value to | ||||
``False``. | ||||
.. conf_minion:: ipv6 | .. conf_minion:: ipv6 | |||
``ipv6`` | ``ipv6`` | |||
-------- | -------- | |||
Default: ``None`` | Default: ``None`` | |||
Whether the master should be connected over IPv6. By default salt minion | Whether the master should be connected over IPv6. By default salt minion | |||
will try to automatically detect IPv6 connectivity to master. | will try to automatically detect IPv6 connectivity to master. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 10 lines changed or added |