ULHPC / puppet-slurm

A Puppet module designed to configure and manage SLURM(see https://slurm.schedmd.com/), an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters
Apache License 2.0
19 stars 24 forks source link

Add Puppet types, LogTimeFormat parameter #35

Closed runejuhl closed 2 years ago

runejuhl commented 5 years ago

This PR adds some Slurm-specific Puppet types and makes a few other parameters have more strict types. Also adds LogTimeFormat parameter.

Rovanion commented 5 years ago

This pull request has conflicts which need to be resolved. They are probably best fixed by you rebasing your branch runejuhl:add-types onto ULHPC:devel.

https://git-scm.com/docs/git-rebase

runejuhl commented 5 years ago

Should be good now, thanks for the mention @Rovanion

Falkor commented 2 years ago

Sorry, I'll have to close this PR as it's based on outdated code. If you're still interested to add the support for LogTimeFormat, kindly reopen one based on the latest version of this module.