Saltstack Official Chrony Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

71 Zeilen
1.3KB

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