Use correct spacing in rabbitmq state examples

This commit is contained in:
rallytime 2016-01-07 11:19:39 -07:00
parent 9363d6f5b6
commit 8d48c24182
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