|
61 | 61 | Optional[String] $resv_prolog = undef,
|
62 | 62 | Integer[0,2] $return_to_service = 0,
|
63 | 63 | Optional[String] $salloc_default_command = undef,
|
64 |
| - Optional[Hash[Enum['DestDir','Compression'],String]] $sbcast_parameters = undef, |
| 64 | + Optional[Array[String]] $bcast_exclude = ['/lib', '/usr/lib', '/lib64', '/usr/lib64'], |
| 65 | + Optional[Hash[Enum['send_libs', 'DestDir','Compression'],String]] $bcast_parameters = undef, |
65 | 66 | String $slurmctld_pid_file = '/var/run/slurmctld.pid',
|
66 | 67 | Optional[Array[String]] $slurmctld_plugstack = undef,
|
67 | 68 | Integer[1] $slurmctld_port = 6817,
|
|
174 | 175 | Optional[Array[String]] $accounting_storage_tres = undef,
|
175 | 176 | Enum['accounting_storage/mysql','accounting_storage/none','accounting_storage/slurmdbd'] $accounting_storage_type = 'accounting_storage/none',
|
176 | 177 | Optional[String] $accounting_storage_user = undef,
|
| 178 | + Optional[Array[String]] $accounting_store_flags = undef, |
177 | 179 | Optional[String] $accounting_storage_pass = undef,
|
178 |
| - Enum['NO','YES'] $accounting_store_jobhost = 'YES', |
179 | 180 | Enum['jobcomp/none','jobcomp/elasticsearch','jobcomp/filetxt','jobcomp/mysql','jobcomp/script'] $job_comp_type = 'jobcomp/none',
|
180 | 181 | Optional[String] $job_comp_host = undef,
|
181 | 182 | Integer[0] $job_comp_port = 6819,
|
|
0 commit comments