HewlettPackard / HewlettPackard/HPEDSCC-PowerShell-Toolkit

Set-DSCCHostGroup is not working too.

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
9
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Working with a customer on getting his environment automated uncovered another issue in the Set-DSCCHostGroup function.

On line 412 of the HostGroup.ps1 you do state:

if ($updatedHosts) { $MyBody += @{ HostsToCreate = $hostsToCreate } }

The correct statement would be:

if($HostsToCreate) {

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.