File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 36
36
section : crb
37
37
option : enabled
38
38
value : " 1"
39
+ mode : " 0644"
40
+ owner : root
41
+ group : root
39
42
# when: its rocky9
40
43
41
44
- name : Build host-specific list of required slurm packages
Original file line number Diff line number Diff line change 132
132
register : ohpc_gres_conf
133
133
# NB uses restart rather than reload as this is needed in some cases
134
134
135
- - name : ' FIXME: Create cgroup.conf'
135
+ - name : Create cgroup.conf
136
136
# appears to be required even with NO cgroup plugins: https://slurm.schedmd.com/cgroups.html#cgroup_design
137
137
copy :
138
138
remote_src : yes
139
139
src : /etc/slurm/cgroup.conf.example
140
140
dest : /etc/slurm/cgroup.conf
141
+ mode : " 0644" # perms/ownership based off src from ohpc package
142
+ owner : root
143
+ group : root
141
144
when : openhpc_enable.control | default(false) or not openhpc_slurm_configless
142
145
143
146
- name : Remove local tempfile for slurm.conf templating
You can’t perform that action at this time.
0 commit comments