github / octocatalog-diff

Compile Puppet catalogs from 2 branches, versions, etc., and compare them
https://rubygems.org/gems/octocatalog-diff/
MIT License
239 stars 85 forks source link

Add set quality comparison to ignore filter #230

Closed seanmil closed 3 years ago

seanmil commented 3 years ago

Overview

This pull request introduces new functionality to the --ignore option, allowing array values to parameters to be ignored if they have set equality.

Resources may accept array parameters but may not change behavior depending on the order of those parameters. In those situations it would be good to be able to ignore changes due only to array ordering.

Checklist