Rename NodeConf to NodesConf

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-03 15:29:37 -07:00
parent 76acd8ff80
commit fdbdf88df0
14 changed files with 44 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ const undef string = "UNDEF"
/*
Structure of which goes to disk
*/
type NodeYaml struct {
type NodesYaml struct {
NodeProfiles map[string]*Profile
Nodes map[string]*Node
}