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.
2 parents 56e18c7 + 98ce2cc commit 66dae6cCopy full SHA for 66dae6c
REFERENCE.md
@@ -458,7 +458,7 @@ Default value: `undef`
458
459
##### <a name="-lvm--volume--extents"></a>`extents`
460
461
-Data type: `Optional[Variant[String[1], Integert]]`
+Data type: `Optional[Variant[String[1], Integer]]`
462
463
464
manifests/volume.pp
@@ -67,7 +67,7 @@
67
Stdlib::Absolutepath $vg,
68
Optional[String[1]] $fstype = undef,
69
Optional[String[1]] $size = undef,
70
- Optional[Variant[String[1], Integert]] $extents = undef,
+ Optional[Variant[String[1], Integer]] $extents = undef,
71
Optional[String[1]] $initial_size = undef
72
) {
73
if ($name == undef) {
0 commit comments