remove removing mariadb-devel

This commit is contained in:
m0duspwnens
2023-10-03 10:01:07 -04:00
parent 66be04e78a
commit 2434ce14d3
2 changed files with 0 additions and 5 deletions

View File

@@ -47,10 +47,6 @@ python-rich:
{% if GLOBALS.os_family == 'RedHat' %}
remove_mariadb:
pkg.removed:
- name: mariadb-devel
commonpkgs:
pkg.installed:
- skip_suggestions: True

View File

@@ -2443,7 +2443,6 @@ update_sudoers_for_testing() {
update_packages() {
if [[ $is_oracle ]]; then
logCmd "dnf repolist"
# holding openssl https://github.com/Security-Onion-Solutions/securityonion/discussions/11443
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
RMREPOFILES=("oracle-linux-ol9.repo" "uek-ol9.repo" "virt-ol9.repo")
info "Removing repo files added by oracle-repos package update"