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

Make the accounting tasks require that the config is present #31

Closed Rovanion closed 4 years ago

Rovanion commented 5 years ago

I found that slurm.conf was not deployed on puppet nodes configured to import slurm::accounting. In order to remedy this I made the execution of account management commands depend on the present of a slurm config.

Rovanion commented 5 years ago

For the code in this pull request to have any affect PR #32 must also be pulled.