Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — NTP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% if grains['os_family'] == 'RedHat' %}
chrony:
pkg.installed
chrony_service:
service.running:
- name: chronyd
- enable: true
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 16, 13:02 (3 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3166365
Default Alt Text
init.sls (458 B)

Event Timeline