Skip to content

Commit

Permalink
Merge pull request #238 from puppetlabs/revert-219-master
Browse files Browse the repository at this point in the history
Revert "volume_group type does not handle passing of physical_volumes as a hash"
  • Loading branch information
tphoney authored Jul 25, 2019
2 parents 109ed00 + 78a833a commit 2a51843
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 2a51843

Please sign in to comment.