Resource Type: rabbitmq_plugin

Defined in:
lib/puppet/type/rabbitmq_plugin.rb
Providers:
rabbitmqplugins

Overview

manages rabbitmq plugins

Examples:

query all currently enabled plugins

$ puppet resource rabbitmq_plugin

Ensure a rabbitmq_plugin resource

rabbitmq_plugin {'rabbitmq_stomp':
  ensure => present,
}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the plugin to enable

    Supported values:
    • %r{^\S+$}
  • umask (defaults to: 0022)

    Sets the octal umask to be used while creating this resource