feat(ssh-import): Add ssh-import-url user attribute.

This commit is contained in:
David Calavera
2014-03-22 15:26:18 -07:00
parent 61808c2002
commit 7d814396b7
7 changed files with 162 additions and 76 deletions

View File

@@ -13,6 +13,7 @@ type User struct {
PasswordHash string `yaml:"passwd"`
SSHAuthorizedKeys []string `yaml:"ssh-authorized-keys"`
SSHImportGithubUser string `yaml:"coreos-ssh-import-github"`
SSHImportURL string `yaml:"coreos-ssh-import-url"`
GECOS string `yaml:"gecos"`
Homedir string `yaml:"homedir"`
NoCreateHome bool `yaml:"no-create-home"`