mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove removing mariadb-devel
This commit is contained in:
@@ -47,10 +47,6 @@ python-rich:
|
|||||||
|
|
||||||
{% if GLOBALS.os_family == 'RedHat' %}
|
{% if GLOBALS.os_family == 'RedHat' %}
|
||||||
|
|
||||||
remove_mariadb:
|
|
||||||
pkg.removed:
|
|
||||||
- name: mariadb-devel
|
|
||||||
|
|
||||||
commonpkgs:
|
commonpkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
|
|||||||
@@ -2443,7 +2443,6 @@ update_sudoers_for_testing() {
|
|||||||
update_packages() {
|
update_packages() {
|
||||||
if [[ $is_oracle ]]; then
|
if [[ $is_oracle ]]; then
|
||||||
logCmd "dnf repolist"
|
logCmd "dnf repolist"
|
||||||
# holding openssl https://github.com/Security-Onion-Solutions/securityonion/discussions/11443
|
|
||||||
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
|
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
|
||||||
RMREPOFILES=("oracle-linux-ol9.repo" "uek-ol9.repo" "virt-ol9.repo")
|
RMREPOFILES=("oracle-linux-ol9.repo" "uek-ol9.repo" "virt-ol9.repo")
|
||||||
info "Removing repo files added by oracle-repos package update"
|
info "Removing repo files added by oracle-repos package update"
|
||||||
|
|||||||
Reference in New Issue
Block a user