mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Initial Oracle support
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
include:
|
include:
|
||||||
{% if GLOBALS.os == 'CentOS Stream' %}
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
||||||
- repo.client.centos
|
- repo.client.centos
|
||||||
|
{% elif GLOBALS.os == 'ol9' %}
|
||||||
|
- repo.client.oracle
|
||||||
{% else %}
|
{% else %}
|
||||||
- repo.client.{{grains.os | lower}}
|
- repo.client.{{grains.os | lower}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user