documentation moved

This commit is contained in:
2025-01-28 14:02:55 +01:00
parent dd3470226a
commit 3b541e2fd0

View File

@@ -1,32 +0,0 @@
``profile::ntp_client``
=======================
This module configures the NTP client to synchronize the local system time with
a number of time servers. Queries by other systems are disabled for security
reasons.
Parameters
----------
=============================== ======== ================================================
**Name** **Type** **Default**
------------------------------- -------- ------------------------------------------------
servers hash hiera_hash('ntp_client::servers')
=============================== ======== ================================================
``servers``
~~~~~~~~~~~
A hash containing the list of NTP servers for each :doc:`network zone
<../profiles/networking>`, eg.::
ntp_client::servers:
'default':
- 'pstime1.psi.ch'
- 'pstime2.psi.ch'
- 'pstime3.psi.ch'
'dmz':
- 'dmztime1.psi.ch'
- 'dmztime2.psi.ch'