paulbsd-salt/states/time/service.sls

6 lines
124 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
{%- from "time/map.jinja" import time with context %}
ntp-service:
service.running:
- name: ntp
2020-09-12 17:41:35 +02:00
- enable: true