mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update rabbitmq_user.py
Corrected spacing to make it clear that the permissions were a level below the vhost name.
This commit is contained in:
parent
b3e3bebef0
commit
f1884de0e7
1 changed files with 12 additions and 12 deletions
|
@ -8,18 +8,18 @@ Example:
|
|||
.. code-block:: yaml
|
||||
|
||||
rabbit_user:
|
||||
rabbitmq_user.present:
|
||||
- password: password
|
||||
- force: True
|
||||
- tags:
|
||||
- monitoring
|
||||
- user
|
||||
- perms:
|
||||
- '/':
|
||||
- '.*'
|
||||
- '.*'
|
||||
- '.*'
|
||||
- runas: rabbitmq
|
||||
rabbitmq_user.present:
|
||||
- password: password
|
||||
- force: True
|
||||
- tags:
|
||||
- monitoring
|
||||
- user
|
||||
- perms:
|
||||
- '/':
|
||||
- '.*'
|
||||
- '.*'
|
||||
- '.*'
|
||||
- runas: rabbitmq
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue