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 25 forks source link

mailprog param commented in slurm.conf template #10

Closed stevca9 closed 6 years ago

stevca9 commented 6 years ago

The file templates/slurm.conf.erb currently has the MailProg option commented out so the parameter mailprog in not utilized in slurm.conf

#MailProg=<%= scope['slurm::mailprog'] %>

Falkor commented 6 years ago

you can give a try to the 66cd8e5 commit of the devel branch -- if that's fine, I'll add it to the next release of the module.

stevca9 commented 6 years ago

The # has been removed in slurm.conf and the option is being correctly read. Thank you for resolving this so quickly!