diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-27 15:28:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-27 15:28:02 -0200 |
commit | 3da70423df032dea134f1251dad0e73544ae36a1 (patch) | |
tree | f2efe0d6f521c568c2b52379c2e7e258cd4e7505 /manifests | |
parent | e5b8da6ed64544874829e70e181fe65cd628a6b6 (diff) | |
download | puppet-nodo-3da70423df032dea134f1251dad0e73544ae36a1.tar.gz puppet-nodo-3da70423df032dea134f1251dad0e73544ae36a1.tar.bz2 |
Do not add extra line on quiet mode on domain-check
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 eb3551f..337fd0e 100644 --- a/manifests/subsystems/domain.pp +++ b/manifests/subsystems/domain.pp @@ -27,7 +27,7 @@ class domain { } cron { "domain-check-${name}": - command => "$command >/dev/null 2>&1", + command => $command, user => root, hour => $hour, minute => $minute, |