Initial Oracle support

This commit is contained in:
Mike Reeves
2023-07-13 10:29:06 -04:00
parent a0b6e1076f
commit 05b30771c5

View File

@@ -1,6 +1,6 @@
{% from 'vars/globals.map.jinja' import GLOBALS %}
{% if GLOBALS.os == 'CentOS Stream' %}
{% if GLOBALS.os_family == 'RedHat' %}
{% set REPOPATH = '/etc/yum.repos.d/' %}
{% set ABSENTFILES = [
@@ -14,13 +14,6 @@
'saltstack.repo',
'salt-latest.repo',
'wazuh.repo'
]
%}
{% elif GLOBALS.os == 'Rocky' %}
{% set REPOPATH = '/etc/yum.repos.d/' %}
{% set ABSENTFILES = [
'Rocky-Base.repo',
'Rocky-CR.repo',
'Rocky-Debuginfo.repo',
@@ -33,15 +26,11 @@
'rocky-devel.repo',
'rocky-extras.repo',
'rocky.repo',
'docker-ce.repo',
'epel.repo',
'epel-testing.repo',
'saltstack.repo',
'salt-latest.repo',
'wazuh.repo'
'oracle-linux-ol9',
'uek-ol9',
'virt-oll9'
]
%}
{% elif GLOBALS.os == 'Ubuntu' %}
{% set REPOPATH = '/etc/apt/sources.list.d/' %}