From: Silvio Rhatto Date: Fri, 18 Sep 2015 17:19:24 +0000 (-0300) Subject: Fix ifcheck cron output X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3e177f199af04a5109b903dfa4b50d8558e743c5;p=puppet-nodo.git Fix ifcheck cron output --- diff --git a/manifests/subsystem/monitor/interface.pp b/manifests/subsystem/monitor/interface.pp index 102f5b2..4f0ec61 100644 --- a/manifests/subsystem/monitor/interface.pp +++ b/manifests/subsystem/monitor/interface.pp @@ -5,7 +5,7 @@ define nodo::subsystem::monitor::interface( ) { cron { "ifcheck-${name}": - command => "/usr/local/sbin/ifcheck ${name}", + command => "/usr/local/sbin/ifcheck ${name} &> /dev/null", user => 'root', hour => $hour, minute => $minute,