Skip to content

Commit 9f6f850

Browse files
committed
Drop RedHat / CentOS 7 support and add 9
1 parent 47be9d0 commit 9f6f850

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

manifests/init.pp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@
499499
}
500500

501501
# when repos_ensure is true, we configure externel repos
502-
# CentOS 7 doesn't contain rabbitmq. It's only in EPEL.
503502
if $repos_ensure {
504503
case $facts['os']['family'] {
505504
'RedHat': {
@@ -513,13 +512,6 @@
513512
default: {
514513
}
515514
}
516-
} elsif ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '7') and $require_epel {
517-
# On later CentOS / RHEL systems, this is not useful since EPEL doesn't
518-
# have the rabbitmq-server package anyway.
519-
#
520-
# Once support for 7 is dropped, we should remove this code and the
521-
# parameter
522-
require epel
523515
}
524516

525517
contain rabbitmq::install

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
{
1212
"operatingsystem": "RedHat",
1313
"operatingsystemrelease": [
14-
"7"
14+
"9"
1515
]
1616
},
1717
{
1818
"operatingsystem": "CentOS",
1919
"operatingsystemrelease": [
20-
"7"
20+
"9"
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)