mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixes per request from @rallytime.
This commit is contained in:
parent
04c5983676
commit
741928bfee
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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``
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue