Fix python-chardet to latest version

Since we cant install this from repo because
it's a SRPM which has to be pulled in from
another openstack package we do this for now.

Change-Id: I68b8c09504500bafca259a58e62b0779c0bd6253
This commit is contained in:
Tobias Urdin 2018-09-13 14:37:57 +02:00
parent 6788c11bff
commit f59fde1485
1 changed files with 3 additions and 2 deletions

View File

@ -113,9 +113,10 @@ class openstack_integration::repos {
# beaker testing.
if $::osfamily == 'RedHat' {
package { 'python-chardet':
ensure => 'latest',
ensure => 'installed',
provider => 'rpm',
source => 'http://mirror.centos.org/centos/7/cloud/x86_64/openstack-rocky/python2-chardet-3.0.4-7.el7.noarch.rpm',
}
Yumrepo<||> -> Package<| title == 'python-chardet' |>
}
}