You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i try so, the "Describing Node Definition Files" test fails with
[-] Role of 'DSCWeb02' is 'WebServer FileServer' and does exist 28ms (26ms|2ms)
at $node.Role -in $Roles | Should -BeTrue, H:\Code\DscWorkshop\tests\ConfigData\ConfigData.Tests.ps1:176
The text was updated successfully, but these errors were encountered:
Hi, I have a scenario like this: in a production environment, I have two separate servers performing different tasks (I was thinking of defining two different roles), but in the test environment, everything collapsed onto a single node... How can I represent such a situation since multiple roles are not supported?
Thank you for any suggestions!
Hello there,
it is possible to apply multiple roles to one node?
Like:
If i try so, the "Describing Node Definition Files" test fails with
[-] Role of 'DSCWeb02' is 'WebServer FileServer' and does exist 28ms (26ms|2ms)
at $node.Role -in $Roles | Should -BeTrue, H:\Code\DscWorkshop\tests\ConfigData\ConfigData.Tests.ps1:176
The text was updated successfully, but these errors were encountered: