puppet: Remove rabbitmq_mochiweb configuration.

mochiweb was renamed to web_dispatch in RabbitMQ 3.8.0, and the plugin
is not enabled.  Nor does this control the management interface, which
would listen on port 15672.
This commit is contained in:
Alex Vandiver
2021-12-07 23:17:10 +00:00
parent a003fe0246
commit 2713e90eaf

View File

@@ -1,4 +1,2 @@
[{kernel, [{inet_dist_use_interface, {127,0,0,1}}]},
{rabbit, [{tcp_listeners, [{"127.0.0.1", 5672}]}]},
{rabbitmq_mochiweb, [{listeners, [{mgmt, [{ip, "127.0.0.1"},
{port, 55672}]}]}]}].
{rabbit, [{tcp_listeners, [{"127.0.0.1", 5672}]}]}].