You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically we used the garethr/erlang module as soft dependency on
CentOS 7. This also configured the EPEL7 repository. I always always a
bit unsure where the actual rabbitmq packages come from. I assumed
somehow from the erlang repo. My impression is that the erlan repo isn't
used at all. rabbitmq packages where always pulled from EPEL7. The
problem with the garethr/erlang is that it depends on the deprecated
`stahnma/epel` (which is now puppet/epel) and uses topscope facts and
variables. The module doesn't work anymore with Puppet 8.
This PR replaces the unused garethr/erlang directly with the EPEL
module.
0 commit comments