Update hash for MySQL community server RPM repo

This commit is contained in:
Joshua Cannon 2019-02-11 09:00:52 -06:00 committed by GitHub
parent d4067e13fa
commit 577c5a1120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ include:
# A lookup table for MySQL Repo GPG keys & RPM URLs for various RedHat releases
{% set pkg = {
'key': 'http://repo.mysql.com/RPM-GPG-KEY-mysql',
'key_hash': 'md5=472a4a4867adfd31a68e8c9bbfacc23d',
'key_hash': 'md5=162ec8cb41add661b357e926a083b0cc',
'rpm': rpm_source
} %}