12 lines
277 B
Plaintext
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 |