Skip to content

Commit

Permalink
Fix nvidia-mig-manager exec requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 9, 2024
1 parent 8c46758 commit 9c738eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
exec { 'nvidia-mig-parted apply -f /etc/nvidia-mig-manager/config.yaml -c default':
unless => 'nvidia-mig-parted assert -f /etc/nvidia-mig-manager/config.yaml -c default ',
require => [
Package[$packages],
Package['nvidia-mig-manager'],
File['/etc/nvidia-mig-manager/config.yaml'],
],
Expand Down

0 comments on commit 9c738eb

Please sign in to comment.