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 9dbbb04 + 49ec797 commit 4655120Copy full SHA for 4655120
manifests/volume_group.pp
@@ -1,7 +1,7 @@
1
# == Define: lvm::volume_group
2
#
3
define lvm::volume_group (
4
- Variant[Array, String] $physical_volumes,
+ Variant[Hash, Array, String] $physical_volumes,
5
Boolean $createonly = false,
6
Enum['present', 'absent'] $ensure = present,
7
Hash $logical_volumes = {},
0 commit comments