We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a2dbe commit 6f05dc0Copy full SHA for 6f05dc0
manifests/physical_volume.pp
@@ -1,7 +1,9 @@
1
+# @summary Manage a physical volume
2
+#
3
# @param ensure ensures phycial volume is present or absent
-
-# @param force Boolean - Force the creation without any confirmation.
4
5
+# @param force Whether to force the creation without any confirmation.
6
7
# @param unless_vg Do not do anything if the VG already exists. The value should be the name of the volume group to check for.
8
#
9
define lvm::physical_volume (
0 commit comments