added WarewulfConf for templating

This commit is contained in:
Christian Goll
2022-02-15 14:36:29 +01:00
committed by jcsiadal
parent eeb062cf85
commit 3bbc705cef

View File

@@ -212,6 +212,7 @@ func BuildOverlay(nodeInfo node.NodeInfo, overlayName string) error {
tstruct.AllNodes = allNodes
tstruct.Nfs = *controller.Nfs
tstruct.Dhcp = *controller.Dhcp
tstruct.Warewulf = *controller.Warewulf
tstruct.Ipaddr = controller.Ipaddr
tstruct.Netmask = controller.Netmask
tstruct.Network = controller.Network