python3-rich for ubuntu and chrony pkg for all

This commit is contained in:
m0duspwnens
2023-04-11 15:36:57 -04:00
parent c66f595666
commit 26a12477ac
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ python3-pip:
python-rich:
pip.installed:
- name: rich
- target: /usr/local/lib/python3.8/dist-packages/
- require:
- pkg: python3-pip

View File

@@ -5,6 +5,10 @@
{% from 'vars/globals.map.jinja' import GLOBALS %}
{% from 'ntp/config.map.jinja' import NTPCONFIG %}
chrony_pkg:
pkg.installed:
- name: chrony
chronyconf:
file.managed:
- name: /etc/chrony.conf
@@ -22,3 +26,5 @@ chrony:
- enable: True
- watch:
- file: chronyconf
- require:
- pkg: chrony_pkg