pin mariadb version for rpm distros

- This change changes pins to 10.0.30 as
  MariaDB-Galara-server is not available on
  the latest z stream of 10.0
- This change enables https be default for the
  mariadb repo to avoid 404 error. see:
  https://access.redhat.com/articles/1320623

Change-Id: I92ed4aa3bded0803cb2e7076cefe776d437d8b8d
This commit is contained in:
Sean Mooney 2017-05-23 18:52:45 +00:00
parent 02f136025c
commit 331632f879
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.0/centos7-amd64
gpgkey = http://yum.mariadb.org/RPM-GPG-KEY-MariaDB
baseurl = https://yum.mariadb.org/10.0.30/centos7-amd64
gpgkey = https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck = 1