From e5b8da6ed64544874829e70e181fe65cd628a6b6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Nov 2011 15:19:20 -0200 Subject: Redirecting domain-check output --- manifests/subsystems/domain.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems') 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, -- cgit v1.2.3