Saltstack Official Chrony Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
N e0fc1fef22 Merge pull request #4 from aboe76/fix_archlinux 7 роки тому
chrony fix archlinux map.jinja 7 роки тому
README.rst Add chrony.removed state to uninstall package 7 роки тому
pillar.example Added pillar.example 9 роки тому

README.rst

======
chrony
======

Formula to set up and configure chrony

Available states
================

.. contents::
:local:

``chrony``
----------

Installs the chrony package.

``chrony.config``
-----------------
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.

``chrony.removed``
-----------------
Stops the service and uninstalls the package.