yum: Make yum::cron::download to print only critical errors.
This commit is contained in:
parent
8c6f0099a0
commit
4e2a0c6241
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class yum::cron::download {
|
||||||
|
|
||||||
cron { "yum-cron-download":
|
cron { "yum-cron-download":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
command => "yum -d 0 -e 1 -y --downloadonly update >/dev/null",
|
command => "yum -d 0 -e 0 -y --downloadonly update >/dev/null",
|
||||||
user => "root",
|
user => "root",
|
||||||
hour => "3",
|
hour => "3",
|
||||||
minute => fqdn_rand(60),
|
minute => fqdn_rand(60),
|
||||||
|
|
Loading…
Add table
Reference in a new issue