Resource Type: rabbitmq_exchange

Defined in:
lib/puppet/type/rabbitmq_exchange.rb
Providers:
rabbitmqadmin

Overview

Native type for managing rabbitmq exchanges

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • arguments

    Exchange arguments example: “message-distribution-hash”

  • auto_delete (defaults to: false)

    Exchange auto delete option to be set *on creation*

    Supported values:
    • /^\S+$/
  • durable (defaults to: false)

    Exchange durability to be set *on creation*

    Supported values:
    • /^\S+$/
  • internal (defaults to: false)

    Exchange internal option to be set *on creation*

    Supported values:
    • /^\S+$/
  • name (namevar)

    Name of exchange

    Supported values:
    • /^\S*@\S+$/
  • password (defaults to: guest)

    The password to use to connect to rabbitmq

    Supported values:
    • /\S+/
  • provider

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

  • type

    Exchange type to be set *on creation*

    Supported values:
    • /^\S+$/
  • user (defaults to: guest)

    The user to use to connect to rabbitmq

    Supported values:
    • /^\S+$/