Ensures settings on a volume group using the type & provider
Supports noop? false
Parameters
name(String[1])
— The name of the volume group
ensure(Enum[present,absent])
— Present or absent
createonly(Optional[Boolean])
— If set to true the volume group will be created if it does not exist. If the volume group does exist no action will be taken
followsymlinks(Optional[Boolean])
— If set to true all current and wanted values of the physical_volumes property will be followed to their real files on disk if they are in fact symlinks. This is useful to have Puppet determine what the actual PV device is if the property value is a symlink, like '/dev/disk/by-path/xxxx -> ../../sda'
physical_volumes(Array[String])
— The list of physical volumes to be included in the volume group