Skip to content

Commit 6e2413b

Browse files
committed
Drop EL8 support -- Foreman/Katello do not support EL8 anymore
1 parent e24f941 commit 6e2413b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

metadata.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,18 @@
4747
{
4848
"operatingsystem": "RedHat",
4949
"operatingsystemrelease": [
50-
"8",
5150
"9"
5251
]
5352
},
5453
{
5554
"operatingsystem": "CentOS",
5655
"operatingsystemrelease": [
57-
"8",
5856
"9"
5957
]
6058
},
6159
{
6260
"operatingsystem": "AlmaLinux",
6361
"operatingsystemrelease": [
64-
"8",
6562
"9"
6663
]
6764
}

spec/setup_acceptance_node.pp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@
1818
package { 'glibc-langpack-en':
1919
ensure => installed,
2020
}
21-
22-
if $facts['os']['release']['major'] == "8" {
23-
yumrepo { 'powertools':
24-
enabled => true,
25-
}
26-
}

0 commit comments

Comments
 (0)