Skip to content

Commit c2aff51

Browse files
authored
Make gres.conf world readable like slurm.conf (#213)
and owned by root
1 parent 35b85eb commit c2aff51

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)