Install python3 in Fedora or RedHat > 7

Fedora repo [1] has python3 packages, start consuming those.

[1] http://trunk.rdoproject.org/fedora/puppet-passed-ci/

Change-Id: Ib1ee41b2c5759d6afc2101f3ec07970d2afef54e
This commit is contained in:
ZhongShengping 2018-12-11 15:48:06 +08:00
parent 06e9a45603
commit e46f94fee0
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
class cloudkitty::params {
include ::openstacklib::defaults
if ($::os_package_type == 'debian') {
if ($::os_package_type == 'debian') or ($::os['name'] == 'Fedora') or
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
$pyvers = '3'
} else {
$pyvers = ''