Randomize puppet-check cron job time
This commit is contained in:
parent
1c4781b090
commit
ccf2db2aa7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class puppet::client {
|
||||||
command => "/usr/local/sbin/puppet-check",
|
command => "/usr/local/sbin/puppet-check",
|
||||||
user => root,
|
user => root,
|
||||||
hour => 5,
|
hour => 5,
|
||||||
minute => 0,
|
minute => fqdn_rand(60),
|
||||||
require => File["/usr/local/sbin/puppet-check"],
|
require => File["/usr/local/sbin/puppet-check"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue