From a1c7b924a2c15442f75fc4180ebc38a3f82465e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Thu, 23 Jan 2025 15:02:26 -0500 Subject: [PATCH] Add missing path --- site/profile/manifests/gpu.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/site/profile/manifests/gpu.pp b/site/profile/manifests/gpu.pp index 149057051..dfb1a0151 100644 --- a/site/profile/manifests/gpu.pp +++ b/site/profile/manifests/gpu.pp @@ -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]