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