Fixes per request from @rallytime.

This commit is contained in:
Gareth J. Greenaway 2018-09-27 08:43:34 -07:00
parent 04c5983676
commit 741928bfee
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41
2 changed files with 9 additions and 2 deletions

View File

@ -66,6 +66,11 @@
# Set to zero if the minion should shutdown and not retry.
# retry_dns: 30
# Set the number of times to attempt to resolve
# the master hostname if name resolution fails. Defaults to None,
# which will attempt the resolution indefinitely.
# retry_dns_count: 3
# Set the port used by the master reply and authentication server.
#master_port: 4506

View File

@ -307,10 +307,12 @@ Set to zero if the minion should shutdown and not retry.
retry_dns: 30
.. conf_minion:: retry_dns
.. conf_minion:: retry_dns_count
``retry_dns_count``
-------------
-------------------
.. versionadded:: 2018.3.4
Default: ``None``