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: I333042ff90b5fb3eb9270bdaca1f640c3372dcf2
This commit is contained in:
ZhongShengping 2018-12-11 15:50:24 +08:00
parent 0c232a9d95
commit 045b2f5c78
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
class congress::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 = ''