mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use correct spacing in rabbitmq state examples
This commit is contained in:
parent
9363d6f5b6
commit
8d48c24182
4 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Example:
|
|||
.. code-block:: yaml
|
||||
|
||||
some_plugin:
|
||||
rabbitmq_plugin.enabled: []
|
||||
rabbitmq_plugin.enabled: []
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue