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:
@@ -3,7 +3,7 @@
|
|||||||
include:
|
include:
|
||||||
{% if GLOBALS.os == 'CentOS Stream' %}
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
||||||
- repo.client.centos
|
- repo.client.centos
|
||||||
{% elif GLOBALS.os == 'ol9' %}
|
{% elif GLOBALS.os == 'OEL' %}
|
||||||
- repo.client.oracle
|
- repo.client.oracle
|
||||||
{% else %}
|
{% else %}
|
||||||
- repo.client.{{grains.os | lower}}
|
- repo.client.{{grains.os | lower}}
|
||||||
|
|||||||
Reference in New Issue
Block a user