mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix do to pre correct on python randome function
This commit is contained in:
parent
66b9515af7
commit
6279f7c120
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ Default: ``False``
|
|||
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.
|
||||
Python's :func:`random.randint <python2:random.shuffle>` method.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue