Skip to content

Commit 133b59e

Browse files
elelayshsjpb
authored andcommitted
Make gres.conf world readable like slurm.conf (#213)
and owned by root
1 parent 6ca0fe7 commit 133b59e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tasks/runtime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
template:
9191
src: "{{ openhpc_gres_template }}"
9292
dest: "{{ openhpc_slurm_conf_path | dirname }}/gres.conf"
93-
mode: "0600"
94-
owner: slurm
95-
group: slurm
93+
mode: "0644"
94+
owner: root
95+
group: root
9696
when: openhpc_enable.control | default(false)
9797
notify:
9898
- Restart slurmctld service

0 commit comments

Comments
 (0)