diff options
author | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 18:01:16 -0500 |
---|---|---|
committer | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 18:01:16 -0500 |
commit | a1fc8ab73c6c34413e2957bea1d3a6719e4612c4 (patch) | |
tree | 6fc620feec56c4ace6222e2a13f647bd12c1c9f0 | |
parent | 52dfd22110ab3fdf83edb11868c53803d9f82b45 (diff) |
Add path to pip install/uninstall
-rw-r--r-- | manifests/pip.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp index 6075c3a..f64ea97 100644 --- a/manifests/pip.pp +++ b/manifests/pip.pp @@ -94,6 +94,7 @@ define python::pip ( onlyif => "$pip_env freeze | grep -i -e ${grep_regex}", user => $owner, environment => $environment, + path => [ '/bin', '/usr/bin', '/usr/local/bin/' ], } } } |