diff options
author | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-01-16 05:56:26 -0800 |
---|---|---|
committer | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-01-16 05:56:26 -0800 |
commit | 87ba99754366560837fc2b4a2fca4b4e5b2b112d (patch) | |
tree | 7f11ffcaa1ca2dcae52188bbaae19796ff75a67a /manifests/requirements.pp | |
parent | 94f907ef6c0979ae72b8614e88640609baf74de8 (diff) | |
parent | 4a0ad14203420a9d05db336bd48940dcd61876a6 (diff) |
Merge pull request #54 from saz/patch-1
Add path to requirements exec
Diffstat (limited to 'manifests/requirements.pp')
-rw-r--r-- | manifests/requirements.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/requirements.pp b/manifests/requirements.pp index 5fa6eb9..11c5f00 100644 --- a/manifests/requirements.pp +++ b/manifests/requirements.pp @@ -102,6 +102,7 @@ define python::requirements ( user => $owner, subscribe => File[$requirements], environment => $environment, + path => ['/usr/local/bin','/usr/bin','/bin', '/usr/sbin'], } } |