mirror of
https://github.com/rancher/os.git
synced 2025-07-31 06:32:09 +00:00
Merge pull request #517 from imikushin/cc-rm-users
rm `users` from our cloud-config
This commit is contained in:
commit
8146575894
@ -59,7 +59,6 @@ type CloudConfig struct {
|
||||
SSHAuthorizedKeys []string `yaml:"ssh_authorized_keys"`
|
||||
WriteFiles []config.File `yaml:"write_files"`
|
||||
Hostname string `yaml:"hostname"`
|
||||
Users []config.User `yaml:"users"`
|
||||
|
||||
Rancher RancherConfig `yaml:"rancher,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user