Resource Type: rabbitmq_federation_upstreamset

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

Overview

Native type for managing sets of upstreams for rabbitmq federation

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • upstreams

    A list of the upstreams which comprise this upstream set

Parameters

  • name (namevar)

    Name of federation upstream set

    Supported values:
    • /^[\w\w-]+$/
  • provider

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

  • vhost (defaults to: /)

    Vhost for federation upstream

    Supported values:
    • /^[\w\/-]+$/