Skip to content

Commit

Permalink
refactor(map.jinja): use consistent chronological ordering of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 2, 2019
1 parent 93654e9 commit 27a2c3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions epel/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
'testing': False,
},
'Amazon': salt['grains.filter_by']({
'2': {
'key': 'https://fedoraproject.org/static/352C64E5.txt',
'key_hash': 'sha256=22f25ad95d5e8d371760815485dba696ea3002fc2c7f812f2c75276853387107',
'key_name': 'RPM-GPG-KEY-EPEL-7',
'rpm': 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm',
},
'2018': {
'key': 'https://fedoraproject.org/static/0608B895.txt',
'key_hash': 'sha256=16d35fa467c6efcee21d3aa068a02054b6a89a7a33bffa94db1fc141693d62a3',
'key_name': 'RPM-GPG-KEY-EPEL-6',
'rpm': 'http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm',
},
'2': {
'key': 'https://fedoraproject.org/static/352C64E5.txt',
'key_hash': 'sha256=22f25ad95d5e8d371760815485dba696ea3002fc2c7f812f2c75276853387107',
'key_name': 'RPM-GPG-KEY-EPEL-7',
'rpm': 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm',
},
},
grain='osmajorrelease',
default='2'),
Expand Down

0 comments on commit 27a2c3b

Please sign in to comment.