Resource Type: cinder_type

Defined in:
lib/puppet/type/cinder_type.rb
Providers:
openstack

Overview

Type for managing cinder types.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • properties (defaults to: [])

    The properties of the cinder type. Should be an array, all items should match pattern <key=value1[,value2 …]>

Parameters

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

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