Skip to content

Commit

Permalink
Replace "latest" by "installed" for vgpu repo package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Aug 27, 2024
1 parent a282e21 commit e702cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
) {
$source_pkg_name = (split($source, '[/]')[-1]).regsubst(/\.rpm/, '', 'G')
package { 'vgpu-repo':
ensure => 'latest',
ensure => 'installed',
provider => 'rpm',
name => $source_pkg_name,
source => $source,
Expand Down

0 comments on commit e702cbe

Please sign in to comment.