Fix comments to note rabbit_password is required

By default out of the box, this module fails if you don't set the
rabbit_password parameter. Fix the comments to note this.

Change-Id: Ic0780cfefdfd70493ba535d591f3e6131c8b57fc
This commit is contained in:
Matt Fischer 2015-07-04 13:17:49 -06:00
parent 64f26875f3
commit 8dcdd3207b

View File

@ -76,8 +76,9 @@
# Defaults to 'guest'
#
# [*rabbit_password*]
# (Optional) Password to connect to the rabbit_server.
# Defaults to empty.
# (Required) Password to connect to the rabbit_server.
# Defaults to empty. Required if using the Rabbit (kombu)
# backend.
#
# [*rabbit_virtual_host*]
# (Optional) Virtual_host to use.