added IpmiWrite to underlyung datastructure

This commit is contained in:
Christian Goll
2022-03-02 21:25:20 +01:00
parent 88631a98d3
commit 6fd140e7b2

View File

@@ -22,6 +22,7 @@ type TemplateStruct struct {
IpmiUserName string
IpmiPassword string
IpmiInterface string
IpmiWrite string
RuntimeOverlay string
SystemOverlay string
NetDevs map[string]*node.NetDevs