From 1e0906b679e047e1815adec81abebc4f68be9f39 Mon Sep 17 00:00:00 2001 From: David Murphy < dmurphy@saltstack.com> Date: Thu, 3 Feb 2022 14:08:25 -0700 Subject: [PATCH] Corrected documentation and minion configuration setting for auto recover for Master IP changes --- changelog/61482.fixed | 1 + conf/minion | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/61482.fixed diff --git a/changelog/61482.fixed b/changelog/61482.fixed new file mode 100644 index 00000000000..808ed44a0c3 --- /dev/null +++ b/changelog/61482.fixed @@ -0,0 +1 @@ +Corrected documentation and minion configuration setting for auto recover for Master IP changes diff --git a/conf/minion b/conf/minion index 28ac172303e..5f2a70e0517 100644 --- a/conf/minion +++ b/conf/minion @@ -271,7 +271,7 @@ # To auto recover minions if master changes IP address (DDNS) # auth_tries: 10 -# auth_safemode: False +# auth_safemode: True # ping_interval: 2 # # Minions won't know master is missing until a ping fails. After the ping fail,