aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/domain.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/domain.pp')
-rw-r--r--manifests/subsystems/domain.pp2
1 files changed, 1 insertions, 1 deletions
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,