puppetlabs / puppetlabs-node_manager

Create and manage PE node groups as resources.
Apache License 2.0
10 stars 21 forks source link

Force override_environment to a symbol to maintain idempotency. #67

Closed bwilcox closed 2 years ago

bwilcox commented 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.

bwilcox commented 2 years ago

@WhatsARanjit when you have time can you review this pull request please?