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