Skip to content
Snippets Groups Projects
Commit 8b146cce authored by Karl Kornel's avatar Karl Kornel
Browse files

debian: Add /bin to exec path

Some of the tools used by aptitude and apt-key need to run stuff that is in
/bin
parent b54d7944
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ class base::os::debian::apt ( ...@@ -137,7 +137,7 @@ class base::os::debian::apt (
# Define aptitude update as a command we can run # Define aptitude update as a command we can run
exec { 'aptitude update': exec { 'aptitude update':
command => 'aptitude update', command => 'aptitude update',
path => '/usr/bin', path => '/bin:/usr/bin',
refreshonly => true, refreshonly => true,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment