add yum-crons random sleep option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a0e0e36911
commit
e04363701d
@ -6,6 +6,7 @@ yum_cron_download_updates: yes
|
|||||||
yum_cron_email_from: root@localhost
|
yum_cron_email_from: root@localhost
|
||||||
yum_cron_email_to: root
|
yum_cron_email_to: root
|
||||||
yum_cron_emit_via: stdio
|
yum_cron_emit_via: stdio
|
||||||
|
yum_cron_random_sleep: 360
|
||||||
|
|
||||||
# yum_repositories: (defaults to not set)
|
# yum_repositories: (defaults to not set)
|
||||||
# epel:
|
# epel:
|
||||||
|
@ -27,7 +27,7 @@ apply_updates = {{ yum_cron_apply_updates }}
|
|||||||
# times that multiple systems will access update servers. If
|
# times that multiple systems will access update servers. If
|
||||||
# random_sleep is 0 or negative, the program will run immediately.
|
# random_sleep is 0 or negative, the program will run immediately.
|
||||||
# 6*60 = 360
|
# 6*60 = 360
|
||||||
random_sleep = 360
|
random_sleep = {{ yum_cron_random_sleep }}
|
||||||
|
|
||||||
|
|
||||||
[emitters]
|
[emitters]
|
||||||
|
Loading…
Reference in New Issue
Block a user