From: Silvio Rhatto Date: Sun, 27 Nov 2011 17:19:20 +0000 (-0200) Subject: Redirecting domain-check output X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e5b8da6ed64544874829e70e181fe65cd628a6b6;p=puppet-nodo.git Redirecting domain-check output --- diff --git a/manifests/subsystems/domain.pp b/manifests/subsystems/domain.pp index 337fd0e..eb3551f 100644 --- a/manifests/subsystems/domain.pp +++ b/manifests/subsystems/domain.pp @@ -27,7 +27,7 @@ class domain { } cron { "domain-check-${name}": - command => $command, + command => "$command >/dev/null 2>&1", user => root, hour => $hour, minute => $minute,