Skip to content

Commit

Permalink
Merge pull request #7 from ComputeCanada/vgpu_and_cvmfs_versions
Browse files Browse the repository at this point in the history
Vgpu and cvmfs versions
  • Loading branch information
matthewbenstead authored Jul 10, 2024
2 parents 7925ea2 + f5657ec commit cbdd5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/profile/manifests/cvmfs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
package { 'cc-cvmfs-repo':
ensure => 'installed',
provider => 'rpm',
name => 'computecanada-release-1.0-1.noarch',
name => 'computecanada-release-2.0-1.noarch',
source => 'https://package.computecanada.ca/yum/cc-cvmfs-public/prod/RPM/computecanada-release-latest.noarch.rpm',
}

Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
String $source,
Array[String] $packages,
) {
$source_pkg_name = split(split($source, '[/]')[-1], '[.]')[0]
$source_pkg_name = (split($source, '[/]')[-1]).regsubst(/\.rpm/, '', 'G')
package { 'vgpu-repo':
ensure => 'latest',
provider => 'rpm',
Expand Down

0 comments on commit cbdd5a6

Please sign in to comment.