Merge pull request #35616 from xbglowx/2016.3

Remove duplicate auth_tries in minion docs
This commit is contained in:
Mike Place 2016-08-20 11:32:50 +09:00 committed by GitHub
commit 27211dbd64

View file

@ -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``