# HG changeset patch # User IBBoard # Date 1446323431 0 # Node ID edd0e9f8af24a7485ac7b637a83390fbd81cb062 # Parent cbe27a97bcd195c6b4138db53131505bd0e261fd Hide extra output from Puppet cron job that later Puppet generates diff -r cbe27a97bcd1 -r edd0e9f8af24 manifests/templates.pp --- a/manifests/templates.pp Tue Oct 27 08:53:00 2015 +0000 +++ b/manifests/templates.pp Sat Oct 31 20:30:31 2015 +0000 @@ -598,7 +598,7 @@ } # Since we're only managing the local server, use our script that wraps "puppet apply" instead of PuppetMaster cron { 'puppet': - command => '/usr/local/bin/puppet-apply | grep -v "Finished catalog run in"', + command => '/usr/local/bin/puppet-apply | grep -v "Compiled catalog for\|Finished catalog run in"', hour => '*/6', minute => 5 }