Skip to content

Commit

Permalink
Updarte cc_tmpfs_mounts_url
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Aug 24, 2023
1 parent e85cc37 commit 3f1a299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/slurm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@

$slurm_version = lookup('profile::slurm::base::slurm_version')
if versioncmp($slurm_version, '22.05') >= 0 {
$cc_tmpfs_mounts_url = 'https://download.copr.fedorainfracloud.org/results/cmdntrf/spank-cc-tmpfs_mounts-22.05/'
$cc_tmpfs_mounts_url = "https://download.copr.fedorainfracloud.org/results/cmdntrf/spank-cc-tmpfs_mounts-${slurm_version}/"
} else {
$cc_tmpfs_mounts_url = 'https://download.copr.fedorainfracloud.org/results/cmdntrf/spank-cc-tmpfs_mounts/'
}
Expand Down

0 comments on commit 3f1a299

Please sign in to comment.