Randomize puppet-check cron job time

This commit is contained in:
Ossi Salmi 2012-02-12 18:58:27 +02:00
parent 1c4781b090
commit ccf2db2aa7

View file

@ -105,7 +105,7 @@ class puppet::client {
command => "/usr/local/sbin/puppet-check",
user => root,
hour => 5,
minute => 0,
minute => fqdn_rand(60),
require => File["/usr/local/sbin/puppet-check"],
}