schnyders
Results
2
comments of
schnyders
So for me it looks like datum has a problem when ResolutionPrecedence returns an array. ``` ... "ResolutionPrecedence": [ "AllNodes\\$($Node.Name)", "Role\\" ], ... ``` `"Role\\"` then returns an array, and...
Ok, I'll check that. If that's a "missing feature" then maybe you should remove the comment from your DscInfraSample repo ``` ResolutionPrecedence: - 'AllNodes\$($Node.Environment)\$($Node.Name)' - 'Environments\$($Node.Environment)' - 'SiteData\$($Node.Location)' - 'SiteData\$($Node.Location)\Roles'...