aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-05 16:39:07 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-05 16:39:07 -0200
commit6c7d93a539a59bfaf89b2edcf68678d45d7ccb88 (patch)
treece3c4e5d83a1f105cd435030d5724d3f492c1a98
parent04bb67c2bf48ec48e61698bf69e6fed3363c54bb (diff)
downloadpuppet-nodo-6c7d93a539a59bfaf89b2edcf68678d45d7ccb88.tar.gz
puppet-nodo-6c7d93a539a59bfaf89b2edcf68678d45d7ccb88.tar.bz2
Redirecting again domain-check output
-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 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,