Closed raandree closed 6 years ago
Failed build? Flying today, won't have time to look.
Working now, there was still a case sensitivity issue with the roles in the config files.
@gaelcolas, any comments on this PR?
Right...
This took quite some time:
PSDesiredStateConfiguration\node : Specified argument was out of the range of valid values.
Parameter name: times
At C:\Git\Aldi DSC\Operations\RootConfiguration.ps1:16 char:5
+ node $ConfigurationData.AllNodes.NodeName {
+ ~~~~
+ CategoryInfo : OperationStopped: (:) [PSDesiredStateConfiguration\node], ArgumentOutOfRangeException
+ FullyQualifiedErrorId : System.ArgumentOutOfRangeException,PSDesiredStateConfiguration\node
The error was actually caused in RootConfiguration.ps1::51 if "55 -$okMessage.Length" results in a negative number. Fix is on the way...
Ping...
All good and tested (finally). Merged
The MOF build still works successful.