From 3da70423df032dea134f1251dad0e73544ae36a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Nov 2011 15:28:02 -0200 Subject: Do not add extra line on quiet mode on domain-check --- manifests/subsystems/domain.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/subsystems/domain.pp b/manifests/subsystems/domain.pp index eb3551f..337fd0e 100644 --- a/manifests/subsystems/domain.pp +++ b/manifests/subsystems/domain.pp @@ -27,7 +27,7 @@ class domain { } cron { "domain-check-${name}": - command => "$command >/dev/null 2>&1", + command => $command, user => root, hour => $hour, minute => $minute, -- cgit v1.2.3