mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Update some var names
This commit is contained in:
parent
7e50184d7a
commit
2692913f91
1 changed files with 2 additions and 2 deletions
|
|
@ -75,10 +75,10 @@ var pduCollectCmd = &cobra.Command{
|
||||||
}
|
}
|
||||||
|
|
||||||
mockPayload := PayloadForSMD{
|
mockPayload := PayloadForSMD{
|
||||||
ID: "x1000c1s7b0",
|
ID: "x1000c1s7b0n0",
|
||||||
Type: "CabinetPDUController",
|
Type: "CabinetPDUController",
|
||||||
FQDN: "172.24.0.3",
|
FQDN: "172.24.0.3",
|
||||||
Hostname: "x1000c1s7b0",
|
Hostname: "x9999m0rts",
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
RediscoverOnUpdate: false,
|
RediscoverOnUpdate: false,
|
||||||
PDUInventory: PDUInventoryForSMD{
|
PDUInventory: PDUInventoryForSMD{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue