mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add more OS logic
This commit is contained in:
@@ -19,6 +19,8 @@ chronyconf:
|
|||||||
|
|
||||||
{% if GLOBALS.os == 'Rocky' %}
|
{% if GLOBALS.os == 'Rocky' %}
|
||||||
chronyd:
|
chronyd:
|
||||||
|
{% elif GLOBALS.os == 'CentOS Stream' %}
|
||||||
|
chronyd:
|
||||||
{% else %}
|
{% else %}
|
||||||
chrony:
|
chrony:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{% from 'repo/client/map.jinja' import ABSENTFILES with context %}
|
{% from 'repo/client/map.jinja' import ABSENTFILES with context %}
|
||||||
{% from 'repo/client/map.jinja' import REPOPATH with context %}
|
{% from 'repo/client/map.jinja' import REPOPATH with context %}
|
||||||
|
|
||||||
{% if GLOBALS.os == 'CentOS' %}
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
||||||
|
|
||||||
{% if ABSENTFILES|length > 0%}
|
{% if ABSENTFILES|length > 0%}
|
||||||
{% for file in ABSENTFILES %}
|
{% for file in ABSENTFILES %}
|
||||||
|
|||||||
Reference in New Issue
Block a user