Resource Type: rabbitmq_vhost

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

Overview

manages rabbitmq vhosts

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

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

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