Merge "Fix centos7 issue with wheel_mirror.pp"

This commit is contained in:
Jenkins 2016-03-23 23:38:49 +00:00 committed by Gerrit Code Review
commit 0d935cc212
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class openstack_project::jenkins_params {
Package['cgroups-tools'],
]
} else {
$mysql_dev_package = 'mysql-devel'
$mysql_dev_package = 'mariadb-devel'
$cgroups_tools_package = ''
$cgconfig_require = Package['cgroups']
$cgred_require = Package['cgroups']

View File

@ -72,7 +72,7 @@ class openstack_project::wheel_mirror_slave (
}
'Redhat': {
ensure_packages(['gcc', 'gcc-c++', 'make',
'python-devel', 'python3-devel',
'python-devel', 'python34-devel',
'libxml2-devel', 'libxslt-devel',
'libffi-devel', 'readline-devel',
'openssl-devel', 'libyaml-devel', 'zlib-devel',