puppetlabs / puppetlabs-sqlserver

PE-only Microsoft SQL module
Other
5 stars 21 forks source link

(Bug) - Remove default switch of UpdateEnabled=false when Action=Install #466

Closed jordanbreen28 closed 11 months ago

jordanbreen28 commented 11 months ago

Summary

Prior to this PR, since v3.3.0 of this module, the Install switch /UpdateEnabled always defaulted to FALSE when the instance /ACTION=Install. This took away the ability for users to be able to configure this install switch themselves, and is an obvious bug.

Additional Context

Introduced in https://github.com/puppetlabs/puppetlabs-sqlserver/pull/420

Related Issues (if any)

Fixes https://github.com/puppetlabs/puppetlabs-sqlserver/issues/462

Checklist