Skip to content

Commit

Permalink
Add missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 23, 2025
1 parent 4454f94 commit a1c7b92
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 @@ -331,6 +331,7 @@
command => sprintf('systemctl stop %s', $gpu_services.reverse.join(' ')),
refreshonly => true,
require => Service[$gpu_services],
path => ['/usr/bin'],
}

Package<| tag == profile::gpu::install |> -> Service[$gpu_services]
Expand Down

0 comments on commit a1c7b92

Please sign in to comment.