From d3b1d06af72d4b19867af7b39aca0930176bdd90 Mon Sep 17 00:00:00 2001 From: John Dewey Date: Tue, 19 Nov 2013 12:00:09 -0800 Subject: [PATCH] Cleaned up docs just a smidge Mostly added periods where missed, and corrected /vhost spacing. --- library/messaging/rabbitmq_policy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/messaging/rabbitmq_policy b/library/messaging/rabbitmq_policy index f463ff1381d..d4e68c2d373 100644 --- a/library/messaging/rabbitmq_policy +++ b/library/messaging/rabbitmq_policy @@ -22,9 +22,9 @@ DOCUMENTATION = ''' --- module: rabbitmq_policy -short_description: Manage the state of policies in RabbitMQ +short_description: Manage the state of policies in RabbitMQ. description: - - Manage the state of a virtual host in RabbitMQ + - Manage the state of a virtual host in RabbitMQ. version_added: "1.0" author: John Dewey options: @@ -66,7 +66,7 @@ options: ''' EXAMPLES = ''' -# Ensure that the /vhost contains the HA policy. +# Ensure that the / vhost contains the HA policy. - rabbitmq_policy: name=/ params='{"ha-mode":"all"}' policy=HA pattern='.*' ''' class RabbitMqPolicy(object):