summaryrefslogtreecommitdiff
path: root/manifests/pip.pp
diff options
context:
space:
mode:
authorJarl Stefansson <jarl@sdelements.com>2013-11-07 17:24:53 -0500
committerJarl Stefansson <jarl@sdelements.com>2013-11-07 17:24:53 -0500
commit52dfd22110ab3fdf83edb11868c53803d9f82b45 (patch)
tree96ece87a5f7c0f36bc413a4bcf269da05694d895 /manifests/pip.pp
parentbe335fa2048a60921b0896c770d87a60b53c4aea (diff)
Fix paths
Diffstat (limited to 'manifests/pip.pp')
-rw-r--r--manifests/pip.pp2
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/' ],
}
}