File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 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' : {
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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments