mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #35616 from xbglowx/2016.3
Remove duplicate auth_tries in minion docs
This commit is contained in:
commit
27211dbd64
1 changed files with 0 additions and 17 deletions
|
@ -673,23 +673,6 @@ parameter. The wait-time will be a random number of seconds between
|
|||
|
||||
random_reauth_delay: 60
|
||||
|
||||
.. conf_minion:: auth_tries
|
||||
|
||||
``auth_tries``
|
||||
--------------
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
Default: ``7``
|
||||
|
||||
The number of attempts to authenticate to a master before giving up. Or, more
|
||||
technically, the number of consecutive SaltReqTimeoutErrors that are acceptable
|
||||
when trying to authenticate to the master.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
auth_tries: 7
|
||||
|
||||
.. conf_minion:: master_tries
|
||||
|
||||
``master_tries``
|
||||
|
|
Loading…
Add table
Reference in a new issue