puppet-gluster icon indicating copy to clipboard operation
puppet-gluster copied to clipboard

Fix comparison when ordering in facts and settings is different

Open VictorPavlushin opened this issue 1 year ago • 0 comments

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

VictorPavlushin avatar Dec 28 '23 08:12 VictorPavlushin