We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13b2b9 commit bdcaaaaCopy full SHA for bdcaaaa
cookbooks/aws-parallelcluster-slurm/recipes/install/install_slurm.rb
@@ -30,7 +30,7 @@
30
"slurm-#{slurm_version}"
31
end
32
slurm_tarball = "#{node['cluster']['sources_dir']}/#{slurm_tar_name}.tar.gz"
33
-slurm_url = "https://github.com/SchedMD/slurm/archive/slurm-#{slurm_tar_name}.tar.gz"
+slurm_url = "https://github.com/SchedMD/slurm/archive/#{slurm_tar_name}.tar.gz"
34
slurm_sha256 = if slurm_branch.empty?
35
node['cluster']['slurm']['sha256']
36
0 commit comments