Saltstack Official Chrony Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Imran Iqbal e5741eefad
test(inspec): get tests passing
5 роки тому
chrony test(inspec): get tests passing 5 роки тому
test/integration/default ci(kitchen+travis): implement `inspec` test matrix 5 роки тому
.travis.yml test(inspec): get tests passing 5 роки тому
Gemfile ci(kitchen+travis): implement `inspec` test matrix 5 роки тому
README.rst Simplify pillar.example 7 роки тому
kitchen.yml test(inspec): get tests passing 5 роки тому
pillar.example Remove invalid "config" ID from pillar.example. 7 роки тому

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" 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.

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