Resource Type: oneimage

Defined in:
lib/puppet/type/oneimage.rb
Providers:
oneimage

Overview

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • bus

    Bus to use for disk image: ide, scsi or virtio (for KVM)

  • description

    Description of image

  • dev_prefix

    Prefix of device: hd, sd or vd.

  • fstype

    FStype for disk.

  • name (namevar)

    Name of image.

  • path

    Path to original image that will be copied to the image repository.

  • persistent (defaults to: false)

    Persistence of the image.

  • provider

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

  • public (defaults to: true)

    Status of image, public or not.

  • size

    Size in MB.

  • source
  • type

    Type of image: os, cdrom or datablock