galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
86 stars 47 forks source link

Update paths for newer Linux distros #30

Closed natefoo closed 1 year ago

natefoo commented 1 year ago

I manually tested locally running Docker images of ubuntu:20.04, ubuntu:22.04, debian:10, debian:11, centos:7, and rockylinux:8, and everything seemed to come out ok.

One thing maybe worth noting is that the RHEL defaults for the controller state dir and slurmd spool dir have changed. They were based on the upstream rpm specfile, but different paths were used once it was added to EPEL a few years back. Of course, these can always be overridden anyway.

Fixes #20.