Example:
rabbit_user:
rabbitmq_user.present:
- password: password
- force: True
- tags:
- monitoring
- user
- perms:
- '/':
- '.*'
- '.*'
- '.*'
- runas: rabbitmq
Ensure the named user is absent
Ensure the RabbitMQ user exists.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.1