From 6c7d93a539a59bfaf89b2edcf68678d45d7ccb88 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Dec 2011 16:39:07 -0200 Subject: Redirecting again 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