diff --git a/internal/pkg/warewulfconf/datastructure.go b/internal/pkg/warewulfconf/datastructure.go index 574f0d73..7d9be76e 100644 --- a/internal/pkg/warewulfconf/datastructure.go +++ b/internal/pkg/warewulfconf/datastructure.go @@ -26,7 +26,7 @@ type WarewulfConf struct { Secure bool `yaml:"secure"` UpdateInterval int `yaml:"update interval"` AutobuildOverlays bool `yaml:"autobuild overlays"` - EnableHostOverlay bool `yaml:"enable host overlay"` + EnableHostOverlay bool `yaml:"host overlay"` Syslog bool `yaml:"syslog"` DataStore string `yaml:"datastore"` }