Resource Type: physical_volume

Defined in:
vendor_modules/lvm/lib/puppet/type/physical_volume.rb
Providers:
aix
lvm

Overview

Do not do anything if the VG already exists. The value should be the name of the volume group to check for.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • force (defaults to: false)

    Force the creation without any confirmation.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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

  • unless_vg

    Do not do anything if the VG already exists. The value should be the name of the volume group to check for.