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.
    © 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
    https://docs.saltstack.com/en/latest/ref/states/all/salt.states.rabbitmq_user.html