Example:
virtual_host:
rabbitmq_vhost.present:
- user: rabbit_user
- conf: .*
- write: .*
- read: .*
salt.states.rabbitmq_vhost.
absent
(name, runas=None)¶Ensure the RabbitMQ Virtual Host is absent
User to run the command
Deprecated since version Beryllium.
salt.states.rabbitmq_vhost.
present
(name, user=None, owner=None, conf=None, write=None, read=None, runas=None)¶Ensure the RabbitMQ VHost exists.
Initial user permission to set on the VHost, if present
Deprecated since version Beryllium.
Initial owner permission to set on the VHost, if present
Deprecated since version Beryllium.
Initial conf string to apply to the VHost and user. Defaults to .*
Deprecated since version Beryllium.
Initial write permissions to apply to the VHost and user. Defaults to .*
Deprecated since version Beryllium.
Initial read permissions to apply to the VHost and user. Defaults to .*
Deprecated since version Beryllium.
Name of the user to run the command
Deprecated since version Beryllium.