From 6fd140e7b2f2af85992dcb0638fea037b48a422a Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 2 Mar 2022 21:25:20 +0100 Subject: [PATCH] added IpmiWrite to underlyung datastructure --- internal/pkg/overlay/datastructure.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/overlay/datastructure.go b/internal/pkg/overlay/datastructure.go index 29ac9551..5f1f04e9 100644 --- a/internal/pkg/overlay/datastructure.go +++ b/internal/pkg/overlay/datastructure.go @@ -22,6 +22,7 @@ type TemplateStruct struct { IpmiUserName string IpmiPassword string IpmiInterface string + IpmiWrite string RuntimeOverlay string SystemOverlay string NetDevs map[string]*node.NetDevs