mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added retry_dns to minion doc.
This commit is contained in:
parent
27dc877bfd
commit
8486e17ab3
1 changed files with 15 additions and 0 deletions
|
@ -122,6 +122,21 @@ Python's :func:`random.shuffle <python2:random.shuffle>` method.
|
|||
|
||||
master_shuffle: True
|
||||
|
||||
.. conf_minion:: retry_dns
|
||||
|
||||
``retry_dns``
|
||||
---------------
|
||||
|
||||
Default: ``30``
|
||||
|
||||
Set the number of seconds to wait before attempting to resolve
|
||||
the master hostname if name resolution fails. Defaults to 30 seconds.
|
||||
Set to zero if the minion should shutdown and not retry.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
retry_dns: 30
|
||||
|
||||
.. conf_minion:: master_port
|
||||
|
||||
``master_port``
|
||||
|
|
Loading…
Add table
Reference in a new issue