Example:
rabbit_user:
rabbitmq_user.present:
- password: password
- force: True
- tags: administrator
- perms:
- '/':
- '.*'
- '.*'
- '.*'
- runas: rabbitmq
Ensure the named user is absent
Ensure the RabbitMQ user exists.
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.