Skip to content

Commit 4655120

Browse files
committed
Merge pull request #189 from stivesso/patch-1
Added Hash as acceptable type for physical_volumes
2 parents 9dbbb04 + 49ec797 commit 4655120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/volume_group.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# == Define: lvm::volume_group
22
#
33
define lvm::volume_group (
4-
Variant[Array, String] $physical_volumes,
4+
Variant[Hash, Array, String] $physical_volumes,
55
Boolean $createonly = false,
66
Enum['present', 'absent'] $ensure = present,
77
Hash $logical_volumes = {},

0 commit comments

Comments
 (0)