vsroom: Drop support for EL5

This commit is contained in:
Ossi Salmi 2014-12-03 20:54:02 +02:00
parent 23be5956c7
commit ee508e116f
2 changed files with 20 additions and 17 deletions

View file

@ -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",
}