Refactor node

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-10-25 14:17:00 -06:00
parent e6f5c63c21
commit 0665d5dc88
35 changed files with 112 additions and 114 deletions

View File

@@ -72,7 +72,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
return fmt.Errorf("could not get node list: %s", err)
}
var updateNodes []node.NodeConf
var updateNodes []node.Node
for _, node := range nodes {
if util.InSlice(node.SystemOverlay, overlayName) {