Revision
637
Author
misc
Date
2010-12-16 14:19:55 +0100 (Thu, 16 Dec 2010)

Log Message

- 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 )

Modified Paths

Modified: puppet/modules/puppet/templates/puppet.conf
===================================================================
--- puppet/modules/puppet/templates/puppet.conf	2010-12-16 13:01:08 UTC (rev 636)
+++ puppet/modules/puppet/templates/puppet.conf	2010-12-16 13:19:55 UTC (rev 637)
@@ -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``