voxpupuli / puppet-icinga2

Puppet module to manage Icinga 2
https://forge.puppet.com/icinga/icinga2
Apache License 2.0
61 stars 94 forks source link

make object-collection deterministic in icinga2::query_objects #725

Closed sircubbi closed 1 year ago

sircubbi commented 1 year ago

Sort all objects by title, so the order will stable and not produce huge changesets by random chance.

Currently the order is random and will/might change between puppet runs.

sircubbi commented 1 year ago

I created two different PRs (#724 and #725), because both address separate issues. Since you cannot merge both of them together, I will rebase once one of the both PRs have been accepted.