Merge pull request #162 from Cloudtek/mysql-community-server-rpm-hash-fix

Update hash for MySQL community server RPM repo
This commit is contained in:
Javier Bértoli 2017-02-21 18:54:47 -03:00 committed by GitHub
commit 035c4a8299

View file

@ -21,7 +21,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=e9efdf96207c90f4487462cd1f3ff764',
'key_hash': 'md5=472a4a4867adfd31a68e8c9bbfacc23d',
'rpm': rpm_source
} %}