diff --git a/internal/pkg/overlay/datastructure.go b/internal/pkg/overlay/datastructure.go index 8e0ed648..1838900b 100644 --- a/internal/pkg/overlay/datastructure.go +++ b/internal/pkg/overlay/datastructure.go @@ -83,6 +83,7 @@ func InitStruct(nodeInfo node.NodeInfo) TemplateStruct { dt := time.Now() tstruct.BuildTime = dt.Format("01-02-2006 15:04:05 MST") tstruct.BuildTimeUnix = strconv.FormatInt(dt.Unix(), 10) + tstruct.NodeConf.Tags = map[string]string{} tstruct.NodeConf.GetFrom(nodeInfo) // FIXME: Set ipCIDR address at this point, will fail with // invalid ipv4 addr