dpeters / puppet-opsview

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

Refine the insync? method for array properties #25

Closed antaflos closed 10 years ago

antaflos commented 10 years ago

Make sure to use the sort method only when both is and should are arrays. This should prevent errors like "undefined method `sort' for :absent:Symbol" when a property has never been set for a host, servicecheck, hosttemplate, etc.