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

65 行
1.2KB

  1. chrony:
  2. $type: namespace
  3. service:
  4. $name: 'chrony service name'
  5. $type: text
  6. $default: 'chronyd'
  7. logdir:
  8. $name: 'chrony logdir location'
  9. $type: text
  10. $default: '/var/log/chrony'
  11. keyfile:
  12. $name: 'chrony keyfile location'
  13. $type: text
  14. $default: '/etc/chrony.keys'
  15. driftfile:
  16. $name: 'chrony driftfile location'
  17. $type: text
  18. $default: '/var/lib/chrony/drift'
  19. ntpservers:
  20. $type: edit-group
  21. $minItems: 0
  22. $prototype:
  23. $type: text
  24. $help: List of ntpservers
  25. $optional: true
  26. pool:
  27. $type: edit-group
  28. $minItems: 0
  29. $prototype:
  30. $type: text
  31. $help: List of pools
  32. $optional: true
  33. allow:
  34. $type: edit-group
  35. $minItems: 0
  36. $prototype:
  37. $type: text
  38. $help: List of allowed networks
  39. $optional: true
  40. options:
  41. $type: text
  42. $name: chrony server options
  43. default: iburst
  44. $help: set the options chrony should use with the servers like iburst
  45. $optional: true
  46. otherparams:
  47. $type: edit-group
  48. $minItems: 0
  49. $prototype:
  50. $type: text
  51. $help: chrony parameters like rtcsync
  52. $default:
  53. - 'makestep 1.0 3'
  54. - 'rtcsync'
  55. $optional: true