Mercurial > repos > other > Puppet
changeset 79:edd0e9f8af24 puppet-3.6
Hide extra output from Puppet cron job that later Puppet generates
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 31 Oct 2015 20:30:31 +0000 |
parents | cbe27a97bcd1 |
children | bdbb8f6176c2 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 }