changeset 96:009a7a75ddfd puppet-3.6

Remove repo checking cruft from potential Yum Check Update cron job output
author IBBoard <dev@ibboard.co.uk>
date Tue, 26 Jan 2016 20:15:23 +0000
parents 0ea0825ba847
children b69e3f6708d6
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sun Jan 24 20:11:51 2016 +0000
+++ b/manifests/templates.pp	Tue Jan 26 20:15:23 2016 +0000
@@ -650,7 +650,7 @@
 	}
 	# Notify of available updates
 	cron { 'check-yum-updates':
-		command => "/usr/bin/yum check-updates | tail -2 | grep -Ev "^ \* \w+: \w+"",
+		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