Skip to content

Commit 78a833a

Browse files
authored
Revert "volume_group type does not handle passing of physical_volumes as a hash"
1 parent 109ed00 commit 78a833a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/puppet/type/volume_group.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
will automatically set these as dependencies, but they must be defined elsewhere
1212
using the physical_volume resource type."
1313

14-
munge do |value|
15-
if value.is_a?(Hash) then
16-
value.keys.sort
17-
else
18-
value
19-
end
20-
end
21-
2214
def insync?(is)
2315
if @resource.parameter(:followsymlinks).value == :true then
2416
real_should = []

0 commit comments

Comments
 (0)