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 9eae793 commit 64c71f5Copy full SHA for 64c71f5
manifests/logical_volume.pp
@@ -62,6 +62,8 @@
62
#
63
# @param yes_flag If set to true, do not prompt for confirmation interactively but always assume the answer yes.
64
65
+# @param physical_volume Create this logical volume on the specified physical volume
66
+#
67
define lvm::logical_volume (
68
String[1] $volume_group,
69
Optional[String[1]] $size = undef,
0 commit comments