diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/domain.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |