Skip to content

Commit 67970b9

Browse files
author
jordanbreen28
committed
(gh-295) - set to String[1]
1 parent d7c5136 commit 67970b9

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
@@ -436,7 +436,7 @@ Data type: `Stdlib::Absolutepath`
436436

437437
##### <a name="-lvm--volume--vg"></a>`vg`
438438

439-
Data type: `Stdlib::Absolutepath`
439+
Data type: `String[1]`
440440

441441

442442

manifests/volume.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
define lvm::volume (
6565
Enum['present', 'absent', 'cleaned'] $ensure,
6666
Stdlib::Absolutepath $pv,
67-
Stdlib::Absolutepath $vg,
67+
String[1] $vg,
6868
Optional[String[1]] $fstype = undef,
6969
Optional[String[1]] $size = undef,
7070
Optional[Variant[String[1], Integer]] $extents = undef,

0 commit comments

Comments
 (0)