Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/ref/configuration/minion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ 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.

When :conf_minion:`master_type` is set to ``failover``, Salt sets
``retry_dns`` to ``0`` during startup so the minion can fail over to the
next master on DNS errors.

.. code-block:: yaml

retry_dns: 30
Expand Down