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.

README.rst 633B

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" based on the package's default values (and RedHat, Debian, Suse and Arch family distribution specific values), which can then be overridden by values of the same name in pillar.
  15. ``chrony.removed``
  16. -----------------
  17. Stops the service and uninstalls the package.