Fix mismatched config value for auth_safemode

The actual default is false.

Closes #19945
This commit is contained in:
Mike Place 2015-02-06 09:19:10 -07:00
parent 3e2b366cd6
commit f9cb6cdeeb

View file

@ -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