dpeters / puppet-opsview

Puppet types/providers to support Opsview resources
12 stars 10 forks source link

Always sort array parameters/properties #19

Closed antaflos closed 10 years ago

antaflos commented 10 years ago

Do this by overriding the insync? method and sort both the "is" value (coming from Opsview) and the "should" value (coming from the Puppet manifest). This obsoletes the requirement that the user supply array parameters pre-sorted alphabetically. Should fix issue #8.

dpeters commented 10 years ago

This is great, thanks!