From 8b146cce87b1ccd229f474bbc9f1060683572c8b Mon Sep 17 00:00:00 2001
From: "A. Karl Kornel" <akkornel@stanford.edu>
Date: Mon, 12 Sep 2016 13:40:20 -0700
Subject: [PATCH] debian: Add /bin to exec path

Some of the tools used by aptitude and apt-key need to run stuff that is in
/bin
---
 manifests/os/debian.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/os/debian.pp b/manifests/os/debian.pp
index 2ad87f6..12d6839 100644
--- a/manifests/os/debian.pp
+++ b/manifests/os/debian.pp
@@ -137,7 +137,7 @@ class base::os::debian::apt (
   # Define aptitude update as a command we can run
   exec { 'aptitude update':
     command     => 'aptitude update',
-    path        => '/usr/bin',
+    path        => '/bin:/usr/bin',
     refreshonly => true,
   }
 
-- 
GitLab