From 32ef4f1ff28ed53d09f33dfc4a445b033bfec4e5 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Thu, 6 Feb 2025 09:14:37 +0100 Subject: [PATCH] included chrony --- modules/time/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/time/manifests/init.pp b/modules/time/manifests/init.pp index 864fe4d..0cfc579 100644 --- a/modules/time/manifests/init.pp +++ b/modules/time/manifests/init.pp @@ -1,5 +1,6 @@ # takes care of everything related to time class time { + include 'chrony' class { 'chrony': servers => { 'ptbtime1.ptb.de' => ['iburst'],