Skip to content

Commit

Permalink
Fix missing parameter_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbandi committed Nov 18, 2024
1 parent 9eae793 commit 64c71f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/logical_volume.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
#
# @param yes_flag If set to true, do not prompt for confirmation interactively but always assume the answer yes.
#
# @param physical_volume Create this logical volume on the specified physical volume
#
define lvm::logical_volume (
String[1] $volume_group,
Optional[String[1]] $size = undef,
Expand Down

0 comments on commit 64c71f5

Please sign in to comment.