Fix up the doc for failover clarity

This commit is contained in:
Thomas S Hatch 2017-04-03 13:24:56 -06:00
parent 02a1f642ab
commit 66b9515af7

View file

@ -264,8 +264,9 @@ Python's :func:`random.shuffle <python2:random.shuffle>` method.
Default: ``False``
If :conf_minion:`master` is a list of addresses, shuffle them before trying to
connect to distribute the minions over all available masters. This uses
If :conf_minion:`master` is a list of addresses, and :conf_minion`master_type`
is set to ``failover`` shuffle them before trying to connect to distribute
the minions over all available masters. This uses
Python's :func:`random.randint <python2:random.randint>` method.
.. code-block:: yaml