Fixed path in python::setup::install
This commit is contained in:
parent
f774635313
commit
76b55440b7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
define python::setup::install($python="python") {
|
define python::setup::install($python="python") {
|
||||||
|
|
||||||
exec { "python-setup-install-${name}":
|
exec { "python-setup-install-${name}":
|
||||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
path => "/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin",
|
||||||
cwd => "${name}",
|
cwd => "${name}",
|
||||||
command => "${python} setup.py install",
|
command => "${python} setup.py install",
|
||||||
creates => "${name}/build",
|
creates => "${name}/build",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue