File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
16
16
class slurm::config (
17
- String $control_machine,
18
- String $control_addr = $control_machine,
17
+ Optional[ String] $control_machine = undef ,
18
+ Optional[ String] $control_addr = $control_machine,
19
19
Optional[String] $backup_controller = undef ,
20
20
Optional[String] $backup_addr = $backup_controller,
21
21
Integer[0,1] $allow_spec_resources_usage = 0,
228
228
Enum[' route/default' ,' route/topology' ] $route_plugin = ' route/default' ,
229
229
Integer[1] $tree_width = 50,
230
230
231
- Array[Hash,1] $workernodes ,
232
- Array[Hash,1] $partitions ,
231
+ Optional[ Array[Hash,1]] $workernodes = undef ,
232
+ Optional[ Array[Hash,1]] $partitions = undef ,
233
233
Optional[Array[Hash,1]] $gres_definitions = undef ,
234
234
235
235
Boolean $open_firewall = false ,
You can’t perform that action at this time.
0 commit comments