paulbsd-salt/states/time/config.sls
Paul Lecuq 2e7242c9f3
All checks were successful
continuous-integration/drone/push Build is passing
linted states
2022-06-10 00:39:52 +02:00

12 lines
277 B
Plaintext

---
{%- from "time/map.jinja" import time with context %}
time-ntp-config-file:
file.managed:
- name: /etc/ntp.conf
- source: salt://time/ntp.conf.j2
- user: root
- group: root
- mode: 644
- template: jinja
- watch_in:
- service: ntp-service