From 0de6eb94a53c890494b9db1b7953edc57185cfb1 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Sat, 22 Aug 2015 00:16:15 +0500 Subject: [PATCH] rm `users` from our cloud-config at least, for now --- config/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/types.go b/config/types.go index ed70320e..81a45a4f 100644 --- a/config/types.go +++ b/config/types.go @@ -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"` }