Skip to content

Commit

Permalink
fix(map.jinja): update link to rpm for EPEL-8
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 12, 2020
1 parent 30ade3d commit 3e90e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epel/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'key': 'https://fedoraproject.org/static/352C64E5.txt',
'key_hash': 'sha256=cd1db21a863185127f2e3b264c97fb1c6c44c316385707999041ea475c110d1c',
'key_name': 'RPM-GPG-KEY-EPEL-8',
'rpm': 'http://download.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/e/epel-release-8-7.el8.noarch.rpm',
'rpm': 'http://download.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/e/epel-release-8-8.el8.noarch.rpm',
},
},
grain='osmajorrelease')
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end
when 'centos'
if platform[:release].start_with?('8')
'8-7.el8'
'8-8.el8'
elsif platform[:release].start_with?('7')
'7-12'
elsif platform[:release].start_with?('6')
Expand Down

0 comments on commit 3e90e0d

Please sign in to comment.