mirror of
https://github.com/rancher/os.git
synced 2025-09-13 05:33:34 +00:00
Fix DHCP hostname being overwritten
This commit is contained in:
@@ -71,6 +71,7 @@ type CloudConfig struct {
|
||||
SSHAuthorizedKeys []string `yaml:"ssh_authorized_keys"`
|
||||
WriteFiles []config.File `yaml:"write_files"`
|
||||
Hostname string `yaml:"hostname"`
|
||||
DefaultHostname string `yaml:"default_hostname"`
|
||||
|
||||
Rancher RancherConfig `yaml:"rancher,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user