aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 13:19:55 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 13:19:55 +0000
commit28ac19b72d12c65c333ee46c78491f72f86add52 (patch)
tree0ed1862a661feba569156878561b59ed76059651 /modules/puppet/templates
parent39b297207c7a180987607a12738d3f2da9f532e4 (diff)
downloadpuppet-28ac19b72d12c65c333ee46c78491f72f86add52.tar
puppet-28ac19b72d12c65c333ee46c78491f72f86add52.tar.gz
puppet-28ac19b72d12c65c333ee46c78491f72f86add52.tar.bz2
puppet-28ac19b72d12c65c333ee46c78491f72f86add52.tar.xz
puppet-28ac19b72d12c65c333ee46c78491f72f86add52.zip
- use splay paramater, so all node do not try to sync at the same time
I suspect the logs rotations to restart them all at 4h, and so they all sync at the same time, thus leading to problem ( as we still use webrick, see my mail on 14/12/2010, 14h04 )
Diffstat (limited to 'modules/puppet/templates')
-rw-r--r--modules/puppet/templates/puppet.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index 24f272e9..294cd982 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -28,7 +28,12 @@
pluginsync = true
+ # (misc) a attempt to mitigate issue of all nodes running at the same
+ # time, due to logrotate syncing them to run at 0 and 30
+ splay = true
+
report = true
+
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``