mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
python3-rich for ubuntu and chrony pkg for all
This commit is contained in:
@@ -31,6 +31,7 @@ python3-pip:
|
|||||||
python-rich:
|
python-rich:
|
||||||
pip.installed:
|
pip.installed:
|
||||||
- name: rich
|
- name: rich
|
||||||
|
- target: /usr/local/lib/python3.8/dist-packages/
|
||||||
- require:
|
- require:
|
||||||
- pkg: python3-pip
|
- pkg: python3-pip
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
||||||
{% from 'ntp/config.map.jinja' import NTPCONFIG %}
|
{% from 'ntp/config.map.jinja' import NTPCONFIG %}
|
||||||
|
|
||||||
|
chrony_pkg:
|
||||||
|
pkg.installed:
|
||||||
|
- name: chrony
|
||||||
|
|
||||||
chronyconf:
|
chronyconf:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/chrony.conf
|
- name: /etc/chrony.conf
|
||||||
@@ -22,3 +26,5 @@ chrony:
|
|||||||
- enable: True
|
- enable: True
|
||||||
- watch:
|
- watch:
|
||||||
- file: chronyconf
|
- file: chronyconf
|
||||||
|
- require:
|
||||||
|
- pkg: chrony_pkg
|
||||||
|
|||||||
Reference in New Issue
Block a user