Skip to content

Commit 66dae6c

Browse files
Merge pull request #291 from puppetlabs/gh-290-fix_extents_typo
(gh-290) - fix broken datatype for extents
2 parents 56e18c7 + 98ce2cc commit 66dae6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Default value: `undef`
458458

459459
##### <a name="-lvm--volume--extents"></a>`extents`
460460

461-
Data type: `Optional[Variant[String[1], Integert]]`
461+
Data type: `Optional[Variant[String[1], Integer]]`
462462

463463

464464

manifests/volume.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
Stdlib::Absolutepath $vg,
6868
Optional[String[1]] $fstype = undef,
6969
Optional[String[1]] $size = undef,
70-
Optional[Variant[String[1], Integert]] $extents = undef,
70+
Optional[Variant[String[1], Integer]] $extents = undef,
7171
Optional[String[1]] $initial_size = undef
7272
) {
7373
if ($name == undef) {

0 commit comments

Comments
 (0)