From 3b541e2fd0d5041cf0ae6423faa13bab2f0b098a Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 28 Jan 2025 14:02:55 +0100 Subject: [PATCH] documentation moved --- .../puppet/profiles/ntp_client.rst | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 engineering-guide/puppet/profiles/ntp_client.rst diff --git a/engineering-guide/puppet/profiles/ntp_client.rst b/engineering-guide/puppet/profiles/ntp_client.rst deleted file mode 100644 index 32d07702..00000000 --- a/engineering-guide/puppet/profiles/ntp_client.rst +++ /dev/null @@ -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'