Skip to content

Commit f635378

Browse files
authored
Merge pull request #181 from a-dekker/master
added (missing) followsymlinks parameter
2 parents d5dee32 + 7cb7dff commit f635378

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)