We thought we'd fix the issue when the masterkey was triggering a restart, but we missed a bit (even though I wrote lots of tests 🤦♂️).
Added some more tests to confirm its the right type as well.
Customer reported:
Unfortunately, there is still a need to make a tiny adjustment. The function Get-ServerConfiguration on the OctopusDSCHelpers.ps1 file adds the 'OctopusMasterKey' property as a plain password text into the $config object. Nevertheless, this property is expected to be a PSCredential.
We thought we'd fix the issue when the masterkey was triggering a restart, but we missed a bit (even though I wrote lots of tests 🤦♂️).
Added some more tests to confirm its the right type as well.
Customer reported:
Fixes https://github.com/OctopusDeploy/OctopusDSC/issues/258