microsoft / PowerShell-DSC-for-Linux

PowerShell Desired State Configuration - for Linux
Other
339 stars 132 forks source link

Properly sort CustomLog objects before comparison #847

Closed hestolz closed 2 years ago

hestolz commented 2 years ago

The current sorting logic doesn't properly sort before comparing current and goal-state CL configuration. This can lead to module TEST continually returning non-zero, which leads to SET being called and restarting the agent every 15 minutes.

ICM 289557097