diff options
author | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 17:24:53 -0500 |
---|---|---|
committer | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 17:24:53 -0500 |
commit | 52dfd22110ab3fdf83edb11868c53803d9f82b45 (patch) | |
tree | 96ece87a5f7c0f36bc413a4bcf269da05694d895 | |
parent | be335fa2048a60921b0896c770d87a60b53c4aea (diff) |
Fix paths
-rw-r--r-- | manifests/pip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp index a6faea8..6075c3a 100644 --- a/manifests/pip.pp +++ b/manifests/pip.pp @@ -84,7 +84,7 @@ define python::pip ( unless => "$pip_env freeze | grep -i -e ${grep_regex}", user => $owner, environment => $environment, - path => [ '/usr/bin', '/usr/local/bin/' ], + path => [ '/bin', '/usr/bin', '/usr/local/bin/' ], } } |