summaryrefslogtreecommitdiff
path: root/manifests/pip.pp
diff options
context:
space:
mode:
authorJarl Stefansson <jarl@sdelements.com>2013-11-07 18:01:16 -0500
committerJarl Stefansson <jarl@sdelements.com>2013-11-07 18:01:16 -0500
commita1fc8ab73c6c34413e2957bea1d3a6719e4612c4 (patch)
tree6fc620feec56c4ace6222e2a13f647bd12c1c9f0 /manifests/pip.pp
parent52dfd22110ab3fdf83edb11868c53803d9f82b45 (diff)
Add path to pip install/uninstall
Diffstat (limited to 'manifests/pip.pp')
-rw-r--r--manifests/pip.pp1
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/' ],
}
}
}