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`