Skip to content

Commit f52b495

Browse files
bastelfreakekohl
authored andcommitted
Drop EoL EL8 / Ubuntu 20.04 / Debian 11 support
Foreman 3.13 doesn't provide packages anymore for those platforms.
1 parent c77cc72 commit f52b495

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

metadata.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,24 @@
6161
{
6262
"operatingsystem": "RedHat",
6363
"operatingsystemrelease": [
64-
"8",
6564
"9"
6665
]
6766
},
6867
{
6968
"operatingsystem": "CentOS",
7069
"operatingsystemrelease": [
71-
"8",
7270
"9"
7371
]
7472
},
7573
{
7674
"operatingsystem": "Debian",
7775
"operatingsystemrelease": [
78-
"11",
7976
"12"
8077
]
8178
},
8279
{
8380
"operatingsystem": "Ubuntu",
8481
"operatingsystemrelease": [
85-
"20.04",
8682
"22.04"
8783
]
8884
},
@@ -102,7 +98,6 @@
10298
{
10399
"operatingsystem": "AlmaLinux",
104100
"operatingsystemrelease": [
105-
"8",
106101
"9"
107102
]
108103
}

spec/classes/foreman_proxy__plugin__ansible_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
it { should contain_foreman_proxy__plugin__module('ansible') }
1313

1414
case os
15-
when 'debian-11-x86_64'
15+
when 'debian-12-x86_64'
1616
it { should contain_package('python3-ansible-runner').with_ensure('installed') }
1717
it { should contain_package('ansible-collection-theforeman-foreman').with_ensure('installed') }
18-
when 'redhat-7-x86_64'
18+
when 'redhat-9-x86_64'
1919
it { should contain_package('ansible-runner').with_ensure('installed') }
2020
it { should contain_package('ansible-collection-theforeman-foreman').with_ensure('installed') }
2121
end
@@ -59,10 +59,10 @@
5959
it { should contain_class('foreman_proxy::plugin::remote_execution::script') }
6060

6161
case os
62-
when 'debian-10-x86_64'
62+
when 'debian-12-x86_64'
6363
it { should_not contain_apt__source('ansible-runner') }
6464
it { should contain_package('python3-ansible-runner').with_ensure('installed') }
65-
when 'redhat-7-x86_64'
65+
when 'redhat-9-x86_64'
6666
it { should contain_package('ansible-runner').with_ensure('installed') }
6767
end
6868

0 commit comments

Comments
 (0)