Merge pull request #30207 from rallytime/rabbitmq_states_doc_fix

Use correct spacing in rabbitmq state examples
This commit is contained in:
Nicole Thomas 2016-01-07 11:37:35 -07:00
commit 2c0b725924
4 changed files with 13 additions and 13 deletions

View file

@ -8,9 +8,9 @@ Example:
.. code-block:: yaml
rabbit@rabbit.example.com:
rabbitmq_cluster.join:
- user: rabbit
- host: rabbit.example.com
rabbitmq_cluster.join:
- user: rabbit
- host: rabbit.example.com
'''
from __future__ import absolute_import

View file

@ -10,7 +10,7 @@ Example:
.. code-block:: yaml
some_plugin:
rabbitmq_plugin.enabled: []
rabbitmq_plugin.enabled: []
'''
from __future__ import absolute_import

View file

@ -12,10 +12,10 @@ Example:
.. code-block:: yaml
rabbit_policy:
rabbitmq_policy.present:
- name: HA
- pattern: '.*'
- definition: '{"ha-mode": "all"}'
rabbitmq_policy.present:
- name: HA
- pattern: '.*'
- definition: '{"ha-mode": "all"}'
'''
from __future__ import absolute_import

View file

@ -8,11 +8,11 @@ Example:
.. code-block:: yaml
virtual_host:
rabbitmq_vhost.present:
- user: rabbit_user
- conf: .*
- write: .*
- read: .*
rabbitmq_vhost.present:
- user: rabbit_user
- conf: .*
- write: .*
- read: .*
'''
from __future__ import absolute_import