mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 06:21:43 -07:00
Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
This commit is contained in:
parent
37773f967e
commit
d3b1d06af7
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: rabbitmq_policy
|
module: rabbitmq_policy
|
||||||
short_description: Manage the state of policies in RabbitMQ
|
short_description: Manage the state of policies in RabbitMQ.
|
||||||
description:
|
description:
|
||||||
- Manage the state of a virtual host in RabbitMQ
|
- Manage the state of a virtual host in RabbitMQ.
|
||||||
version_added: "1.0"
|
version_added: "1.0"
|
||||||
author: John Dewey
|
author: John Dewey
|
||||||
options:
|
options:
|
||||||
|
@ -66,7 +66,7 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
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='.*'
|
- rabbitmq_policy: name=/ params='{"ha-mode":"all"}' policy=HA pattern='.*'
|
||||||
'''
|
'''
|
||||||
class RabbitMqPolicy(object):
|
class RabbitMqPolicy(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue