Skip to content

Commit 8d86637

Browse files
committed
Drop EL7 support
1 parent 69e1e25 commit 8d86637

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

metadata.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,12 @@
3131
{
3232
"operatingsystem": "RedHat",
3333
"operatingsystemrelease": [
34-
"7",
3534
"8"
3635
]
3736
},
3837
{
3938
"operatingsystem": "CentOS",
4039
"operatingsystemrelease": [
41-
"7",
42-
"8"
43-
]
44-
},
45-
{
46-
"operatingsystem": "Scientific",
47-
"operatingsystemrelease": [
48-
"7",
4940
"8"
5041
]
5142
}

spec/classes/certs_qpid_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
describe 'certs::qpid' do
44
on_supported_os.each do |os, os_facts|
5-
context "on #{os}", if: os_facts[:operatingsystemmajrelease] == '7' do
5+
context "on #{os}" do
66
let :facts do
77
os_facts
88
end

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'voxpupuli/acceptance/spec_helper_acceptance'
22

3-
ENV['BEAKER_setfile'] ||= 'centos7-64{hostname=centos7-64.example.com}'
3+
ENV['BEAKER_setfile'] ||= 'centos8-64{hostname=centos8-64.example.com}'
44

55
configure_beaker(modules: :fixtures) do |host|
66
if fact_on(host, 'os.family') == 'RedHat'

0 commit comments

Comments
 (0)