Skip to content

Commit 73b9100

Browse files
committed
Remove sched/hold
1 parent 2bddcd6 commit 73b9100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
Optional[String] $requeue_exit = undef,
141141
Optional[String] $requeue_exit_hold = undef,
142142
Integer[0] $scheduler_time_slice = 30,
143-
Enum['sched/backfill','sched/builtin','sched/hold'] $scheduler_type = 'sched/backfill',
143+
Enum['sched/backfill','sched/builtin'] $scheduler_type = 'sched/backfill',
144144
Optional[Array[String]] $scheduler_parameters = undef,
145145
Enum['select/bluegene','select/cons_res','select/cons_tres','select/cray','select/linear'] $select_type = 'select/linear',
146146
Optional[Array[Enum['OTHER_CONS_RES','NHC_ABSOLUTELY_NO','NHC_NO_STEPS','NHC_NO','CR_CPU','CR_CPU_Memory','CR_Core','CR_Core_Memory','CR_ONE_TASK_PER_CORE','CR_CORE_DEFAULT_DIST_BLOCK','CR_LLN','CR_Pack_Nodes','CR_Socket','CR_Socket_Memory','CR_Memory']]] $select_type_parameters = undef,

0 commit comments

Comments
 (0)