Saltstack Official Chrony Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
238B

  1. {% from slspath+"/map.jinja" import chrony with context %}
  2. chrony:
  3. pkg.installed:
  4. - name: {{ chrony.package }}
  5. service.running:
  6. - enable: True
  7. - name: {{ chrony.service }}
  8. - require:
  9. - pkg: {{ chrony.package }}