diff options
-rw-r--r-- | modules/puppet/templates/puppet.conf | 5 |
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`` |