Skip to content

Commit

Permalink
Revert "volume_group type does not handle passing of physical_volumes…
Browse files Browse the repository at this point in the history
… as a hash"
  • Loading branch information
tphoney authored Jul 25, 2019
1 parent 109ed00 commit 78a833a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/puppet/type/volume_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
will automatically set these as dependencies, but they must be defined elsewhere
using the physical_volume resource type."

munge do |value|
if value.is_a?(Hash) then
value.keys.sort
else
value
end
end

def insync?(is)
if @resource.parameter(:followsymlinks).value == :true then
real_should = []
Expand Down

0 comments on commit 78a833a

Please sign in to comment.