aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-27 15:19:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-27 15:19:20 -0200
commite5b8da6ed64544874829e70e181fe65cd628a6b6 (patch)
tree2574fa70a0fb163ad35536d082b4739e0a2a8faf /manifests/subsystems
parente9b090515562d5419208126da2932160cac5d45b (diff)
downloadpuppet-nodo-e5b8da6ed64544874829e70e181fe65cd628a6b6.tar.gz
puppet-nodo-e5b8da6ed64544874829e70e181fe65cd628a6b6.tar.bz2
Redirecting domain-check output
Diffstat (limited to 'manifests/subsystems')
-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,