diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-27 15:19:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-27 15:19:20 -0200 |
commit | e5b8da6ed64544874829e70e181fe65cd628a6b6 (patch) | |
tree | 2574fa70a0fb163ad35536d082b4739e0a2a8faf /manifests | |
parent | e9b090515562d5419208126da2932160cac5d45b (diff) | |
download | puppet-nodo-e5b8da6ed64544874829e70e181fe65cd628a6b6.tar.gz puppet-nodo-e5b8da6ed64544874829e70e181fe65cd628a6b6.tar.bz2 |
Redirecting domain-check output
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, |