Skip to content

Commit

Permalink
- $leave_job_in_queue = hiera('leave_job_in_queue', undef)
Browse files Browse the repository at this point in the history
+  $leave_job_in_queue             = hiera('leave_job_in_queue', false)
  • Loading branch information
Alessandra Forti committed Sep 6, 2017
1 parent 17da0d4 commit 7f48cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
$periodic_expr_interval = hiera('periodic_expr_interval', 60)
$max_periodic_expr_interval = hiera('max_periodic_expr_interval', 1200)
$remove_held_jobs_after = hiera('remove_held_jobs_after', 1200)
$leave_job_in_queue = hiera('leave_job_in_queue', undef)
$leave_job_in_queue = hiera('leave_job_in_queue', false)
$max_walltime = hiera('max_walltime', '80 * 60 * 60')
$max_cputime = hiera('max_cputime', '80 * 60 * 60')
$memory_factor = hiera('memory_factor', '1000')
Expand Down

0 comments on commit 7f48cce

Please sign in to comment.