Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
97abcf43
Verified
Commit
97abcf43
authored
2 months ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
correct note about puppet change rate: it *does* converge within 4h.
parent
1dd7c176
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/puppet.md
+8
-2
8 additions, 2 deletions
howto/puppet.md
with
8 additions
and
2 deletions
howto/puppet.md
+
8
−
2
View file @
97abcf43
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment