Remove useless "Disable" (ref #40)

This commit is contained in:
Gregory Kurtzer
2021-04-25 13:41:21 -07:00
parent 9d1a3bacfe
commit 5e53ff1b7d
4 changed files with 4 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ type nodeYaml struct {
type NodeConf struct {
Comment string `yaml:"comment,omitempty"`
Disabled bool `yaml:"disabled,omitempty"`
ClusterName string `yaml:"cluster name,omitempty"`
ContainerName string `yaml:"container name,omitempty"`
Ipxe string `yaml:"ipxe template,omitempty"`
@@ -79,7 +78,6 @@ type NodeInfo struct {
SystemOverlay Entry
Root Entry
Discoverable Entry
Disabled Entry
Init Entry //TODO: Finish adding this...
Profiles []string
GroupProfiles []string