Skip to content

Commit 56feb57

Browse files
committed
Fix missing parameter_documentation
1 parent ad1cd07 commit 56feb57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/logical_volume.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
#
6363
# @param yes_flag If set to true, do not prompt for confirmation interactively but always assume the answer yes.
6464
#
65+
# @param physical_volume Create this logical volume on the specified physical volume
66+
#
6567
define lvm::logical_volume (
6668
String[1] $volume_group,
6769
Optional[String[1]] $size = undef,

0 commit comments

Comments
 (0)