From abf49f05202f3c10b3a60c15ae3c0d9bfe1eb65c Mon Sep 17 00:00:00 2001 From: Ray Lehtiniemi Date: Thu, 24 Jul 2014 09:32:52 -0600 Subject: Don't override PATH while installing requirements.txt Setting the path here causes installation failures if some package in requirements.txt needs tools which happen to be installed in a non-system location. Leave path alone so caller can use Exec { path=>[...] } or similar to locate the desired tools. Signed-off-by: Ray Lehtiniemi --- manifests/requirements.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/requirements.pp b/manifests/requirements.pp index 2373337..d9b6242 100644 --- a/manifests/requirements.pp +++ b/manifests/requirements.pp @@ -107,7 +107,6 @@ define python::requirements ( user => $owner, subscribe => File[$requirements], environment => $environment, - path => ['/usr/local/bin','/usr/bin','/bin', '/usr/sbin'], } } -- cgit v1.2.3