Skip to content

Commit 7a87d42

Browse files
authored
fix(map.jinja): update EL6 URLs
EL6 has been retired, purging previous content from the mirror network. Change the URL to the /pub/archive/ path instead. Drive-By: Bring AWS Linux in line with regular EL links for RPM and keys.
1 parent 44c5b2a commit 7a87d42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

epel/map.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
},
66
'Amazon': salt['grains.filter_by']({
77
2018: {
8-
'key': 'https://fedoraproject.org/static/0608B895.txt',
8+
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6',
99
'key_hash': 'sha256=16d35fa467c6efcee21d3aa068a02054b6a89a7a33bffa94db1fc141693d62a3',
1010
'key_name': 'RPM-GPG-KEY-EPEL-6',
11-
'rpm': 'http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm',
11+
'rpm': 'http://download.fedoraproject.org/pub/archive/epel/6/i386/epel-release-6-8.noarch.rpm',
1212
},
1313
2: {
14-
'key': 'https://fedoraproject.org/static/352C64E5.txt',
15-
'key_hash': 'sha256=22f25ad95d5e8d371760815485dba696ea3002fc2c7f812f2c75276853387107',
14+
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7',
15+
'key_hash': 'sha256=028b9accc59bab1d21f2f3f544df5469910581e728a64fd8c411a725a82300c2',
1616
'key_name': 'RPM-GPG-KEY-EPEL-7',
17-
'rpm': 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm',
17+
'rpm': 'http://download.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm',
1818
},
1919
},
2020
grain='osmajorrelease',
@@ -30,7 +30,7 @@
3030
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6',
3131
'key_hash': 'sha256=16d35fa467c6efcee21d3aa068a02054b6a89a7a33bffa94db1fc141693d62a3',
3232
'key_name': 'RPM-GPG-KEY-EPEL-6',
33-
'rpm': 'http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm',
33+
'rpm': 'http://download.fedoraproject.org/pub/archive/epel/6/i386/epel-release-6-8.noarch.rpm',
3434
},
3535
7: {
3636
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7',

0 commit comments

Comments
 (0)