Resource Type: rabbitmq_parameter

Defined in:
lib/puppet/type/rabbitmq_parameter.rb
Providers:
rabbitmqctl

Overview

Type for managing rabbitmq parameters

Properties

  • component_name

    The component_name to use when setting parameter, eg: shovel or federation

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    A hash of values to use with the component name you are setting

Parameters

  • name (namevar)

    combination of name@vhost to set parameter for

    Supported values:
    • /^\S+@\S+$/
  • provider

    The specific backend to use for this ‘rabbitmq_parameter` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.