Skip to content

Commit

Permalink
[temp] Fix chef attribute for external slurmdbd bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Jan 31, 2024
1 parent ca0ba1b commit 63e92e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
end

execute 'mount slurmdbd configuration via S3' do
command "mount-s3 --allow-delete --uid $(id -u slurm) --gid $(id -g slurm) --dir-mode 0755 --file-mode 0600 #{node["slurmdbd_s3_bucket_name"]} /opt/slurm/etc/"
command "mount-s3 --allow-delete --uid $(id -u slurm) --gid $(id -g slurm) --dir-mode 0755 --file-mode 0600 #{node["slurmdbd_conf_bucket"]} /opt/slurm/etc/"
user 'root'
end

0 comments on commit 63e92e2

Please sign in to comment.