From 0e20a68d70bb7e26f6da04654cc95ae3642e6ee1 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Wed, 6 Sep 2023 09:43:50 +0200 Subject: [PATCH] typo --- admin-guide/configuration/puppet_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/configuration/puppet_agent.md b/admin-guide/configuration/puppet_agent.md index 00ef09cf..6ca184ed 100644 --- a/admin-guide/configuration/puppet_agent.md +++ b/admin-guide/configuration/puppet_agent.md @@ -19,7 +19,7 @@ The daily and weekly Puppet run respect the value set for `puppet_client::exec_t The actual automatic Puppet Agent run is always on the same random time. Check `systemctl list-timers pli-puppet-run.timer` for the exact time. For `daily` and `weekly` this time window is configured in Hiera with `puppet_client::exec_time`, the default is: -`puppet_client::exec_time: '05:00 -- 08:00'`` +`puppet_client::exec_time: '05:00 -- 08:00'` The time format used is '24-hour clock' `HH:MM -- HH:MM`