Skip to content

Commit 7cb7dff

Browse files
author
Arno Dekker
committed
added (missing) followsymlinks parameter
1 parent e3e1df0 commit 7cb7dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/volume_group.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
$createonly = false,
66
$ensure = present,
77
$logical_volumes = {},
8+
$followsymlinks = false,
89
) {
910

1011
validate_hash($logical_volumes)
@@ -33,6 +34,7 @@
3334
ensure => $ensure,
3435
createonly => $createonly,
3536
physical_volumes => $physical_volumes,
37+
followsymlinks => $followsymlinks,
3638
}
3739

3840
create_resources(

0 commit comments

Comments
 (0)