GroupName --> ClusterName

This commit is contained in:
Niko Kivel
2021-04-28 22:38:39 +02:00
parent 4bc523a052
commit 1c35b84e74
2 changed files with 3 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
fmt.Fprintf(w, "# of macros and logic which can be used within this file:\n")
fmt.Fprintf(w, "#\n")
fmt.Fprintf(w, "# Node FQDN = {{.Id}}\n")
fmt.Fprintf(w, "# Node Group = {{.GroupName}}\n")
fmt.Fprintf(w, "# Node Cluster = {{.ClusterName}}\n")
fmt.Fprintf(w, "# Network Config = {{.NetDevs.eth0.Ipaddr}}, {{.NetDevs.eth0.Hwaddr}}, etc.\n")
fmt.Fprintf(w, "#\n")
fmt.Fprintf(w, "# Goto the documentation pages for more information: http://www.hpcng.org/...\n")