We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250a93d commit a2a36fdCopy full SHA for a2a36fd
1 file changed
site/profile/manifests/slurm.pp
@@ -291,15 +291,15 @@
291
'nodes' => $nodes,
292
'memlimit' => $os_reserved_memory,
293
'weights' => slurm_compute_weights($nodes),
294
- }),
+ }
295
+ ),
296
}
-
297
298
299
# Slurm accouting. This where is slurm accounting database and daemon is ran.
300
# @param password Specifies the password to access the MySQL database with user slurm.
301
# @param dbd_port Specfies the port on which run the slurmdbd daemon.
302
-class profile::slurm::accounting(
+class profile::slurm::accounting (
303
String $password,
304
Hash[String, Any] $options = {},
305
Array[String] $admins = [],
0 commit comments