diff options
author | Jani Välimaa <wally@mageia.org> | 2025-08-12 19:46:56 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2025-08-12 19:47:16 +0300 |
commit | 9517361e4dc1ec92409ea42108a8752e84e98cde (patch) | |
tree | fabfd7703f74a6786547bec96b973fe0ded3709b | |
parent | f71378dc5bb82d45ae2b5af44328e5418760bc60 (diff) | |
download | puppet-master.tar puppet-master.tar.gz puppet-master.tar.bz2 puppet-master.tar.xz puppet-master.zip |
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index d83ba1a6..ebdaa492 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -86,7 +86,7 @@ class youri-check { user => $pgsql_user, } cron { "check_${version}": - command => "youri-check -c ${config} test", + command => "youri-check -c ${config} --parallel test", hour => $hour, minute => $minute, user => $base::user, |