Skip to content
Snippets Groups Projects
Verified Commit 97abcf43 authored by anarcat's avatar anarcat
Browse files

correct note about puppet change rate: it *does* converge within 4h.

parent 1dd7c176
No related branches found
No related tags found
No related merge requests found
......@@ -1801,8 +1801,14 @@ handled by a systemd timer/service unit pair: `puppet-run.timer` and
`puppet-run.service`. These are managed via the `profile::puppet` class and the
`puppet` module.
The runs are executed every 4 hours, with a random 4 hour jitter, so the actual
frequency is somewhere between 4 and 8 hours.
The runs are executed every 4 hours, with a random (but fixed per
host, using `FixedRandomDelay`) 4 hour delay to spread the runs across
the fleet.
Because the additional delay is fixed, changes should propagate to the
entire Puppet fleet within 4 hours. A Prometheus alert
(`PuppetCatalogStale`) will raise an alarm for hosts that have not run
for more than 24 hours.
### LDAP integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment