diff --git a/setup/so-verify b/setup/so-verify index 77cdf7c8e..44c0465ff 100755 --- a/setup/so-verify +++ b/setup/so-verify @@ -36,6 +36,7 @@ log_has_errors() { grep -vE "The Salt Master has cached the public key for this node" | \ grep -vE "Minion failed to authenticate with the master" | \ grep -vE "Failed to connect to ::1" | \ + grep -vE "Failed to set locale" | \ grep -vE "perl-Error-" | \ grep -vE "Failed:\s*?[0-9]+" | \ grep -vE "Status .* was not found" | \