Merge branch '2.4/dev' into kilo

This commit is contained in:
Jason Ertel
2023-05-15 12:57:46 -04:00
2 changed files with 20 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ log_has_errors() {
# Ignore Failed: 0 since that is the salt state output, and we detect state failures
# via Result: False already.
grep -E "FAILED|Failed|failed|ERROR|Result: False" "$setup_log" | \
grep -vE "The Salt Master has cached the public key for this node" | \
grep -vE "Minion failed to authenticate with the master" | \