mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix mismatched config value for auth_safemode
The actual default is false. Closes #19945
This commit is contained in:
parent
3e2b366cd6
commit
f9cb6cdeeb
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
|
||||
# If authentication fails due to SaltReqTimeoutError, continue without stopping the
|
||||
# minion.
|
||||
#auth_safemode: True
|
||||
#auth_safemode: False
|
||||
|
||||
# If the minion hits an error that is recoverable, restart the minion.
|
||||
#restart_on_error: False
|
||||
|
|
Loading…
Add table
Reference in a new issue