Updating MariaDB yum repo to use SSL.
Change-Id: I97f709799d63389ec2e80c33a9585eff118db0ab Closes-Bug: #1634756
This commit is contained in:
parent
ff4e9c6ece
commit
14cc72deb7
@ -17,7 +17,7 @@
|
||||
galera_gpg_keys:
|
||||
- key_name: 'RPM-GPG-KEY-MariaDB'
|
||||
keyserver: 'https://yum.mariadb.org'
|
||||
fallback_keyserver: 'http://yum.mariadb.org'
|
||||
fallback_keyserver: 'https://yum.mariadb.org'
|
||||
|
||||
galera_server_required_distro_packages:
|
||||
- gnupg2
|
||||
@ -46,7 +46,7 @@ galera_repo:
|
||||
description: "MariaDB Repo"
|
||||
file: MariaDB
|
||||
baseurl: "{{ galera_yum_repo_url }}"
|
||||
gpgkey: "http://yum.mariadb.org/RPM-GPG-KEY-MariaDB"
|
||||
gpgkey: "https://yum.mariadb.org/RPM-GPG-KEY-MariaDB"
|
||||
|
||||
galera_percona_xtrabackup_repo:
|
||||
repo: "http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user