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.

26 line
527B

  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. confd: false
  10. ntpservers:
  11. - '0.us.pool.ntp.org'
  12. - '1.us.pool.ntp.org'
  13. - '2.us.pool.ntp.org'
  14. - '3.us.pool.ntp.org'
  15. options: iburst
  16. logdir: /var/log/chrony
  17. keyfile: /etc/chrony.keys
  18. driftfile: /var/lib/chrony/drift
  19. otherparams:
  20. - 'rtcsync'
  21. - 'makestep 0.1 3'
  22. - 'stratumweight 0.001'
  23. - 'bindcmdaddress 127.0.0.1'
  24. - 'bindcmdaddress ::1'
  25. - 'logchange 1'