You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix idempotency issues with non-HTTP IIS site bindings
Sites using non-HTTP protocols (net.pipe, net.tcp, net.msmq,
msmq.formatname) were reapplied on every Puppet run due to unreliable
sorting and hash order sensitivity in binding comparison.
Replace custom sorting with set-based comparison to ensure identical
bindings are recognized regardless of array order or hash property order.
Resolves: Continuous configuration drift for non-HTTP protocol bindings
0 commit comments