Skip to content

Commit

Permalink
sort the megaraid_physical_drives fact's drive listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed May 13, 2013
1 parent 58887e2 commit 73827bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/megaraid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def megacli_usable?
end
end
end
pds.join(",")
pds.sort.join(",")
end
end

Expand Down

0 comments on commit 73827bb

Please sign in to comment.