diff --git a/manifests/volume_group.pp b/manifests/volume_group.pp index 643b4dc2..f2a504a4 100644 --- a/manifests/volume_group.pp +++ b/manifests/volume_group.pp @@ -5,6 +5,7 @@ $createonly = false, $ensure = present, $logical_volumes = {}, + $followsymlinks = false, ) { validate_hash($logical_volumes) @@ -33,6 +34,7 @@ ensure => $ensure, createonly => $createonly, physical_volumes => $physical_volumes, + followsymlinks => $followsymlinks, } create_resources(