diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst index 8735f619b48..d3f5a93da67 100644 --- a/doc/ref/configuration/minion.rst +++ b/doc/ref/configuration/minion.rst @@ -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