voxpupuli / puppet-gluster

Create and manage Gluster pools, volumes, and mounts
https://forge.puppet.com/puppet/gluster
MIT License
16 stars 72 forks source link

Fix comparison when ordering in facts and settings is different #256

Open VictorPavlushin opened 11 months ago

VictorPavlushin commented 11 months ago

Pull Request (PR) description

If the sequence in facts and settings is different exampe: [ 'gst02:/opt/share', 'gst03:/opt/share', 'gst01:/opt/share'] != [ 'gst01:/opt/share', 'gst02:/opt/share', 'gst03:/opt/share'] but in fact they are equal

This Pull Request (PR) fixes the following issues