Closed bwilcox closed 2 years ago
This fix addresses a problem where override_environment was not idempotent in two ways:
'true' and true would always fail to match. Current state of true and desired state of false would not set the desired state.
@WhatsARanjit when you have time can you review this pull request please?
This fix addresses a problem where override_environment was not idempotent in two ways:
'true' and true would always fail to match. Current state of true and desired state of false would not set the desired state.