File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 109109#
110110# @param admin_enable
111111# If enabled sets up the management interface/plugin for RabbitMQ.
112- # This also install the rabbitmqadmin command line tool.
112+ # This will also install the rabbitmqadmin command line tool.
113113# @param management_enable
114114# If enabled sets up the management interface/plugin for RabbitMQ.
115115# NOTE: This does not install the rabbitmqadmin command line tool.
511511
512512 unless $use_config_file_for_plugins {
513513 # NOTE(hjensas): condition on $service_manage to keep current behaviour.
514- # The condition is likely not required because installiton of rabbitmqadmin
514+ # The condition is likely not required because installation of rabbitmqadmin
515515 # is no longer handled here.
516516 # TODO: Remove the condition on $service_manage
517517 if ($management_enable or $admin_enable ) and $service_manage {
You can’t perform that action at this time.
0 commit comments