mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #215 from thejcannon/master
Update hash for MySQL community server RPM repo
This commit is contained in:
commit
49e4a81956
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
} %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue