Skip to content

Commit 6f05dc0

Browse files
committed
physical_volume: docs cleanup
1 parent 74a2dbe commit 6f05dc0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

manifests/physical_volume.pp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# @summary Manage a physical volume
2+
#
13
# @param ensure ensures phycial volume is present or absent
2-
3-
# @param force Boolean - Force the creation without any confirmation.
4-
4+
#
5+
# @param force Whether to force the creation without any confirmation.
6+
#
57
# @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.
68
#
79
define lvm::physical_volume (

0 commit comments

Comments
 (0)