# HG changeset patch # User IBBoard # Date 1582472607 0 # Node ID 7fa5e230fc94a86fde2be62067291d2a74e1f3ff # Parent edd1e3b444e7320914b5d0c9f61030fa20546c16 Fix type in Yum update checking Apparently Yum handles it, but DNF is pickier diff -r edd1e3b444e7 -r 7fa5e230fc94 manifests/templates.pp --- a/manifests/templates.pp Sun Feb 23 12:07:07 2020 +0000 +++ b/manifests/templates.pp Sun Feb 23 15:43:27 2020 +0000 @@ -814,7 +814,7 @@ } # Notify of available updates cron { 'check-yum-updates': - command => '/usr/bin/yum check-updates | tail -2 | grep -Ev "^ \* [[:alnum:]-]+: [[:alnum:]\.]+$"', + command => '/usr/bin/yum check-update | tail -2 | grep -Ev "^ \* [[:alnum:]-]+: [[:alnum:]\.]+$"', hour => '4', minute => '30', weekday => '0-6/3', #Sunday, Wednesday and Saturday morning