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:
Kevin London 2015-11-19 10:44:08 -08:00 committed by rallytime
parent b3e3bebef0
commit f1884de0e7

View file

@ -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