Skip to content

Commit

Permalink
Merge pull request #921 from MindTooth/docs/fix_typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon authored Feb 1, 2023
2 parents 462fe6a + 67abb26 commit a61c4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#
# @param admin_enable
# If enabled sets up the management interface/plugin for RabbitMQ.
# This also install the rabbitmqadmin command line tool.
# This will also install the rabbitmqadmin command line tool.
# @param management_enable
# If enabled sets up the management interface/plugin for RabbitMQ.
# NOTE: This does not install the rabbitmqadmin command line tool.
Expand Down Expand Up @@ -511,7 +511,7 @@

unless $use_config_file_for_plugins {
# NOTE(hjensas): condition on $service_manage to keep current behaviour.
# The condition is likely not required because installiton of rabbitmqadmin
# The condition is likely not required because installation of rabbitmqadmin
# is no longer handled here.
# TODO: Remove the condition on $service_manage
if ($management_enable or $admin_enable) and $service_manage {
Expand Down

0 comments on commit a61c4b9

Please sign in to comment.