aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2025-08-12 19:46:56 +0300
committerJani Välimaa <wally@mageia.org>2025-08-12 19:47:16 +0300
commit9517361e4dc1ec92409ea42108a8752e84e98cde (patch)
treefabfd7703f74a6786547bec96b973fe0ded3709b
parentf71378dc5bb82d45ae2b5af44328e5418760bc60 (diff)
downloadpuppet-master.tar
puppet-master.tar.gz
puppet-master.tar.bz2
puppet-master.tar.xz
puppet-master.zip
youri-check: run tests in parallelHEADmaster
-rw-r--r--modules/youri-check/manifests/init.pp2
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,