# HG changeset patch # User IBBoard # Date 1577653227 0 # Node ID 9f054191b9dba2c6cc935babe4b071b70ee67e76 # Parent edeedd13262c268dd9a7f507c606ef4c3753235f Filter new log line from puppet-apply output Two lines were enough to prevent emails on normal runs. Now it needs the third string to filter "normal" lines. diff -r edeedd13262c -r 9f054191b9db manifests/templates.pp --- a/manifests/templates.pp Sun Dec 29 20:56:00 2019 +0000 +++ b/manifests/templates.pp Sun Dec 29 21:00:27 2019 +0000 @@ -802,7 +802,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 "Compiled catalog for\|Finished catalog run in"', + command => '/usr/local/bin/puppet-apply | grep -v "Compiled catalog for\|Finished catalog run in\|Applied catalog in"', hour => '*/6', minute => 5 }