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:
parent
6788c11bff
commit
f59fde1485
@ -113,9 +113,10 @@ class openstack_integration::repos {
|
|||||||
# beaker testing.
|
# beaker testing.
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
package { 'python-chardet':
|
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' |>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user