Saltstack Official Chrony Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.rst 613B

123456789101112131415161718192021222324
  1. ======
  2. chrony
  3. ======
  4. Formula to set up and configure chrony
  5. Available states
  6. ================
  7. .. contents::
  8. :local:
  9. ``chrony``
  10. ----------
  11. Installs the chrony package.
  12. ``chrony.config``
  13. -----------------
  14. This state manages the file ``chrony.conf`` under ``/etc`` (template found in "chrony/files"). The configuration is populated by values in "chrony/map.jinja", which are based on the package's default values (for RedHat, Debian and Arch family distributions), and are overridden by values of the same name in pillar.
  15. ``chrony.removed``
  16. -----------------
  17. Stops the service and uninstalls the package.