Clustername bug not showing up in profiles.

Not sure how this bug has existed for so long without being noticed! CRAZY!
This commit is contained in:
Gregory Kurtzer
2021-09-12 14:42:08 -07:00
parent 20031c2cfb
commit 5bff8be72e

View File

@@ -184,6 +184,7 @@ func (config *nodeYaml) FindAllProfiles() ([]NodeInfo, error) {
p.Id.Set(name)
p.Comment.Set(profile.Comment)
p.ClusterName.Set(profile.ClusterName)
p.ContainerName.Set(profile.ContainerName)
p.Ipxe.Set(profile.Ipxe)
p.Init.Set(profile.Init)