Skip to content

Commit

Permalink
Cherry pick PR 375
Browse files Browse the repository at this point in the history
Stop the refresh at every Puppet iteration
  • Loading branch information
poquirion authored Sep 12, 2024
1 parent 932fb97 commit a47726b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
}

package { 'nvidia-stream':
ensure => present,
name => "nvidia-driver:${nvidia_driver_stream}",
ensure => $nvidia_driver_stream,
name => 'nvidia-driver',
provider => dnfmodule,
enable_only => true,
require => [
Expand Down

0 comments on commit a47726b

Please sign in to comment.