renamed option to 'host overlay'

This commit is contained in:
Christian Goll
2022-03-30 17:27:13 +02:00
parent 2d2fb13423
commit 3a457ed744

View File

@@ -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"`
}