fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-18 15:19:10 -04:00
parent 737da45e7f
commit c94436fcbd
2 changed files with 4 additions and 0 deletions

View File

@@ -210,6 +210,9 @@ gpg_rpm_import() {
rpm --import $RPMKEYSLOC/$RPMKEY
echo "Imported $RPMKEY"
done
else
info "Importing the security onion GPG key"
rpm --import ../salt/repo/client/files/oracle/keys/securityonion.pub
fi
}