mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Initial Oracle support
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
||||||
|
|
||||||
{% if GLOBALS.os == 'CentOS Stream' %}
|
{% if GLOBALS.os_family == 'RedHat' %}
|
||||||
|
|
||||||
{% set REPOPATH = '/etc/yum.repos.d/' %}
|
{% set REPOPATH = '/etc/yum.repos.d/' %}
|
||||||
{% set ABSENTFILES = [
|
{% set ABSENTFILES = [
|
||||||
@@ -14,13 +14,6 @@
|
|||||||
'saltstack.repo',
|
'saltstack.repo',
|
||||||
'salt-latest.repo',
|
'salt-latest.repo',
|
||||||
'wazuh.repo'
|
'wazuh.repo'
|
||||||
]
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% elif GLOBALS.os == 'Rocky' %}
|
|
||||||
|
|
||||||
{% set REPOPATH = '/etc/yum.repos.d/' %}
|
|
||||||
{% set ABSENTFILES = [
|
|
||||||
'Rocky-Base.repo',
|
'Rocky-Base.repo',
|
||||||
'Rocky-CR.repo',
|
'Rocky-CR.repo',
|
||||||
'Rocky-Debuginfo.repo',
|
'Rocky-Debuginfo.repo',
|
||||||
@@ -33,15 +26,11 @@
|
|||||||
'rocky-devel.repo',
|
'rocky-devel.repo',
|
||||||
'rocky-extras.repo',
|
'rocky-extras.repo',
|
||||||
'rocky.repo',
|
'rocky.repo',
|
||||||
'docker-ce.repo',
|
'oracle-linux-ol9',
|
||||||
'epel.repo',
|
'uek-ol9',
|
||||||
'epel-testing.repo',
|
'virt-oll9'
|
||||||
'saltstack.repo',
|
|
||||||
'salt-latest.repo',
|
|
||||||
'wazuh.repo'
|
|
||||||
]
|
]
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% elif GLOBALS.os == 'Ubuntu' %}
|
{% elif GLOBALS.os == 'Ubuntu' %}
|
||||||
|
|
||||||
{% set REPOPATH = '/etc/apt/sources.list.d/' %}
|
{% set REPOPATH = '/etc/apt/sources.list.d/' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user