Remove duplicate auth_tries in minion docs

This commit is contained in:
Brian Glogower 2016-08-19 17:42:33 -07:00
parent 6eabe6356f
commit 2801f0fdcc

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