Skip to content

Commit

Permalink
Drop EOL OSes
Browse files Browse the repository at this point in the history
* VirtuozzoLinux 7
* Fedora 38, 39
* Centos 7, 8
* RHEL 7
  • Loading branch information
jay7x committed Nov 3, 2024
1 parent 291b9e1 commit 0ceca8f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 42 deletions.
8 changes: 0 additions & 8 deletions data/Fedora.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions data/RedHat-family-7.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions data/VirtuozzoLinux-7.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "VirtuozzoLinux",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
Expand Down Expand Up @@ -87,13 +78,6 @@
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"37",
"38"
]
}
],
"requirements": [
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nspwan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper_acceptance'

describe 'systemd with manage_nspawn true' do
machinectl = (fact('os.name') == 'Debian') && %w[10 11].include?(fact('os.release.major')) ? '/bin/machinectl' : '/usr/bin/machinectl'
machinectl = (fact('os.name') == 'Debian') && (fact('os.release.major') == '11') ? '/bin/machinectl' : '/usr/bin/machinectl'

context 'configure nspawn' do
let(:manifest) do
Expand Down
3 changes: 0 additions & 3 deletions spec/defines/daemon_reload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
case [facts[:os]['name'], facts[:os]['family'], facts[:os]['release']['major']]
when %w[Debian Debian 11],
['Ubuntu', 'Debian', '20.04'],
%w[VirtuozzoLinux RedHat 7],
%w[AlmaLinux RedHat 8],
%w[CentOS RedHat 7],
%w[CentOS RedHat 8],
%w[RedHat RedHat 7],
%w[RedHat RedHat 8],
%w[Rocky RedHat 8],
%w[OracleLinux RedHat 8]
Expand Down

0 comments on commit 0ceca8f

Please sign in to comment.