mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Fixes per request from @rallytime.
This commit is contained in:
parent
04c5983676
commit
741928bfee
@ -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…
Reference in New Issue
Block a user