Saltstack Official Chrony Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Imran Iqbal 0fb718da68
ci(kitchen+travis): implement `inspec` test matrix
hace 5 años
chrony Fix rendering problem on Ubuntu18.04 hace 5 años
test/integration/default ci(kitchen+travis): implement `inspec` test matrix hace 5 años
.travis.yml ci(kitchen+travis): implement `inspec` test matrix hace 5 años
Gemfile ci(kitchen+travis): implement `inspec` test matrix hace 5 años
README.rst Simplify pillar.example hace 7 años
kitchen.yml ci(kitchen+travis): implement `inspec` test matrix hace 5 años
pillar.example Remove invalid "config" ID from pillar.example. hace 7 años

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.