Skip to content

Commit

Permalink
fix(map.jinja): remove EOL platforms [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 14, 2021
1 parent 4698e8e commit afacf6b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions epel/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
'testing': False,
},
'Amazon': salt['grains.filter_by']({
2018: {
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6',
'key_hash': 'sha256=16d35fa467c6efcee21d3aa068a02054b6a89a7a33bffa94db1fc141693d62a3',
'key_name': 'RPM-GPG-KEY-EPEL-6',
'rpm': 'http://download.fedoraproject.org/pub/archive/epel/6/i386/epel-release-6-8.noarch.rpm',
},
2: {
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7',
'key_hash': 'sha256=028b9accc59bab1d21f2f3f544df5469910581e728a64fd8c411a725a82300c2',
Expand All @@ -20,18 +14,6 @@
grain='osmajorrelease',
default='2'),
'RedHat': salt['grains.filter_by']({
5: {
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5',
'key_hash': 'sha256=664c06f579d914f2cf25d05d4d581b8ddec77cae4f72f4020c3a9264b9d5ee71',
'key_name': 'RPM-GPG-KEY-EPEL-5',
'rpm': 'http://download.fedoraproject.org/pub/archive/epel/5/i386/epel-release-5-4.noarch.rpm',
},
6: {
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6',
'key_hash': 'sha256=16d35fa467c6efcee21d3aa068a02054b6a89a7a33bffa94db1fc141693d62a3',
'key_name': 'RPM-GPG-KEY-EPEL-6',
'rpm': 'http://download.fedoraproject.org/pub/archive/epel/6/i386/epel-release-6-8.noarch.rpm',
},
7: {
'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7',
'key_hash': 'sha256=028b9accc59bab1d21f2f3f544df5469910581e728a64fd8c411a725a82300c2',
Expand Down

2 comments on commit afacf6b

@hegyre
Copy link

@hegyre hegyre commented on afacf6b Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@myii
Maybe a good idea to also update the readme file (first line indicates CentOS 5 and 6 are supported)

@myii
Copy link
Member Author

@myii myii commented on afacf6b Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@myii Maybe a good idea to also update the readme file (first line indicates CentOS 5 and 6 are supported)

@hegyre Thanks, done in fa1e368.

Please sign in to comment.