Skip to content

Commit

Permalink
Fix Slurm license copying block in Chef
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Oct 5, 2023
1 parent 13ac475 commit f4d2273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
cwd Chef::Config[:file_cache_path]
code <<-SLURMLICENSE
set -e
cd slurm-slurm-#{slurm_version}
cd slurm-#{slurm_tar_name}
cp -v COPYING #{node['cluster']['license_dir']}/slurm/COPYING
cp -v DISCLAIMER #{node['cluster']['license_dir']}/slurm/DISCLAIMER
cp -v LICENSE.OpenSSL #{node['cluster']['license_dir']}/slurm/LICENSE.OpenSSL
Expand Down

0 comments on commit f4d2273

Please sign in to comment.