Skip to content

Commit

Permalink
Merge pull request VictorLowther#1 from cdearborn/ipmi
Browse files Browse the repository at this point in the history
Default to IPMI instead of iDrac
  • Loading branch information
Chris Dearborn authored and Chris Dearborn committed Jan 17, 2016
2 parents 5d90574 + 045f5c8 commit 1b49285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func scanOne(in chan *scanInfo, out chan *NodeInfo, done chan int) {
client := wsman.NewClient(endpoint, c.username, c.password)
if hasIdrac(client) {
node := &NodeInfo{
PmType: "pxe_drac",
PmType: "pxe_ipmitool",
PmUser: c.username,
PmPassword: c.password,
PmAddr: c.addr.String(),
Expand Down

0 comments on commit 1b49285

Please sign in to comment.