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:
@@ -12,7 +12,7 @@ mysqlpkgs:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: False
|
- skip_suggestions: False
|
||||||
- pkgs:
|
- pkgs:
|
||||||
{% if grains['os'] != 'Rocky' %}
|
{% if grains['os_family'] != 'RedHat' %}
|
||||||
{% if grains['oscodename'] == 'bionic' %}
|
{% if grains['oscodename'] == 'bionic' %}
|
||||||
- python3-mysqldb
|
- python3-mysqldb
|
||||||
{% elif grains['oscodename'] == 'focal' %}
|
{% elif grains['oscodename'] == 'focal' %}
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ chronyconf:
|
|||||||
- defaults:
|
- defaults:
|
||||||
NTPCONFIG: {{ NTPCONFIG }}
|
NTPCONFIG: {{ NTPCONFIG }}
|
||||||
|
|
||||||
{% if GLOBALS.os == 'Rocky' %}
|
{% if GLOBALS.os_family == 'RedHat' %}
|
||||||
chronyd:
|
|
||||||
{% elif GLOBALS.os == 'CentOS Stream' %}
|
|
||||||
chronyd:
|
chronyd:
|
||||||
{% else %}
|
{% else %}
|
||||||
chrony:
|
chrony:
|
||||||
|
|||||||
Reference in New Issue
Block a user