From: Silvio Rhatto Date: Tue, 24 May 2016 12:28:37 +0000 (-0300) Subject: Maintenance: do not mail non-errors X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd631cdc729f8f009e7d1a47dcc9878d7d62cfd6;p=puppet-mpd.git Maintenance: do not mail non-errors --- diff --git a/manifests/maintenance.pp b/manifests/maintenance.pp index 796880f..8a65216 100644 --- a/manifests/maintenance.pp +++ b/manifests/maintenance.pp @@ -3,7 +3,7 @@ class mpd::maintenance inherits mpd::client::base { cron { "db_update": environment => "MPD_HOST=${password}@localhost", - command => "/usr/bin/mpc update", + command => "/usr/bin/mpc update > /dev/null", user => "root", hour => "7", minute => "0",