ignore repo error that occurs on new iso installs for remote minions

This commit is contained in:
Josh Patterson
2026-01-13 16:37:49 -05:00
parent c99dd4e44f
commit c0e51e91d4

View File

@@ -69,6 +69,7 @@ log_has_errors() {
grep -vE "Running scope as unit" | \
grep -vE "securityonion-resources/sigma/stable" | \
grep -vE "remove_failed_vm.sls" | \
grep -vE "Error: Failed to download metadata for repo 'securityonion': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried" | \
grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log"
if [[ $? -eq 0 ]]; then