diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-05 16:39:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-05 16:39:07 -0200 |
commit | 6c7d93a539a59bfaf89b2edcf68678d45d7ccb88 (patch) | |
tree | ce3c4e5d83a1f105cd435030d5724d3f492c1a98 /manifests | |
parent | 04bb67c2bf48ec48e61698bf69e6fed3363c54bb (diff) | |
download | puppet-nodo-6c7d93a539a59bfaf89b2edcf68678d45d7ccb88.tar.gz puppet-nodo-6c7d93a539a59bfaf89b2edcf68678d45d7ccb88.tar.bz2 |
Redirecting again 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, |