Libraries
»
puppetlabs-lvm
(2.1.0)
»
Index (e)
»
Puppet Tasks
»
ensure_pv
Puppet Task: ensure_pv
Defined in:
tasks/ensure_pv.json,
tasks/ensure_pv.rb
Overview
Ensures settings on a physical volumes using the type & provider
Supports noop?
false
Parameters
name
(String[1])
— The name of the physical volume
ensure
(Enum[present,absent])
— Present or absent
unless_vg
(Optional[String])
— Do not do anything if the VG already exists. The value should be the name of the volume group to check for.
force
(Optional[Boolean])
— Force the creation without any confirmation