Saltstack Official Chrony Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 line
394B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. chrony:
  5. package: chrony
  6. service:
  7. name: chronyd
  8. config: /etc/chrony.conf
  9. options: iburst
  10. logdir: /var/log/chrony
  11. keyfile: /etc/chrony.keys
  12. driftfile: /var/lib/chrony/drift
  13. otherparams:
  14. - 'rtcsync'
  15. - 'makestep 0.1 3'
  16. - 'stratumweight 0.001'
  17. - 'bindcmdaddress 127.0.0.1'
  18. - 'bindcmdaddress ::1'
  19. - 'logchange 1'