From 54a94a0caf6db9e041e3769ae2be830cb0d7ea2f Mon Sep 17 00:00:00 2001 From: "Sar Ashki, Babak" Date: Thu, 26 Dec 2019 11:42:23 -0800 Subject: [PATCH] puppet-manifests: adjust path variable Issue 54: Without this patch, mount command is not found --- puppet-manifests/src/modules/platform/manifests/filesystem.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-manifests/src/modules/platform/manifests/filesystem.pp b/puppet-manifests/src/modules/platform/manifests/filesystem.pp index a324ae82..a75f57b5 100644 --- a/puppet-manifests/src/modules/platform/manifests/filesystem.pp +++ b/puppet-manifests/src/modules/platform/manifests/filesystem.pp @@ -64,7 +64,7 @@ define platform::filesystem ( -> exec { "mount ${device}": unless => "mount | awk '{print \$3}' | grep -Fxq ${mountpoint}", command => "mount ${mountpoint}", - path => '/usr/bin' + path => '/usr/bin:/usr/sbin:/bin:/sbin' } } -- 2.23.0