22.27.105. salt.states.rabbitmq_plugin

22.27.105.1. Manage RabbitMQ Plugins

New in version 2014.1.0.

Example:

some_plugin:
    rabbitmq_plugin.enabled: []
salt.states.rabbitmq_plugin.disabled(name, runas=None)

Ensure the RabbitMQ plugin is disabled.

name
The name of the plugin
runas
The user to run the rabbitmq-plugin command as
salt.states.rabbitmq_plugin.enabled(name, runas=None)

Ensure the RabbitMQ plugin is enabled.

name
The name of the plugin
runas
The user to run the rabbitmq-plugin command as

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2014.7.2

Table Of Contents

Previous topic

22.27.104. salt.states.rabbitmq_cluster

Next topic

22.27.106. salt.states.rabbitmq_policy