# HG changeset patch # User IBBoard # Date 1453666311 0 # Node ID 0ea0825ba847e2bd1c3f5bdca12e35f23834a4a0 # Parent 89a94c61e4d62bd21f96073d6fb3f064f1ab6495 Make sure that we don't get Yum just emailing us "I updated my metadata for the repos" diff -r 89a94c61e4d6 -r 0ea0825ba847 manifests/templates.pp --- a/manifests/templates.pp Fri Jan 22 20:27:16 2016 +0000 +++ b/manifests/templates.pp Sun Jan 24 20:11:51 2016 +0000 @@ -650,7 +650,7 @@ } # Notify of available updates cron { 'check-yum-updates': - command => "/usr/bin/yum check-updates", + command => "/usr/bin/yum check-updates | tail -2 | grep -Ev "^ \* \w+: \w+"", hour => '4', minute => '30', weekday => '0-6/3', #Sunday, Wednesday and Saturday morning