Skip to content

Commit 2bddcd6

Browse files
committed
slurm 21 complains if slurmdb.conf is missing write permission (?)
1 parent 46fa79b commit 2bddcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/dbnode/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
content => template('slurm/slurmdbd.conf.erb'),
7171
owner => 'slurm',
7272
group => 'slurm',
73-
mode => '0400',
73+
mode => '0600',
7474
require => User['slurm'],
7575
}
7676

0 commit comments

Comments
 (0)