vsroom: Drop support for EL5
This commit is contained in:
parent
23be5956c7
commit
ee508e116f
2 changed files with 20 additions and 17 deletions
|
@ -93,7 +93,7 @@ define python::setup::install($python="python", $source="") {
|
|||
exec { "python-setup-install-${name}":
|
||||
path => "/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin",
|
||||
cwd => $name,
|
||||
command => "/bin/sh -c 'umask 022; ${python} setup.py install'",
|
||||
command => "/bin/sh -c 'umask 022; ${python} setup.py install && mkdir -p build'",
|
||||
creates => "${name}/build",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue