Example:
virtual_host:
rabbitmq_vhost.present:
- user: rabbit_user
- conf: .*
- write: .*
- read: .*
salt.states.rabbitmq_vhost.
absent
(name)¶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.
salt.states.rabbitmq_vhost.
present
(name)¶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.
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy