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

Installation depends on old Stdlib #67

Closed StillCantExitVim closed 8 months ago

StillCantExitVim commented 1 year ago

Currently the module depends on stdlib ">=4.2.2 <5.0.0" which the latest is 5 years old. Is it possible to make the module compatible or run with modern Stdlib?

hcartiaux commented 8 months ago

I've updated the metadata.json file with what I have actually tested.

Please send a PR if you have tested more up-to-date dependencies.