Merge pull request #48 from calavera/key_import_url

feat(ssh-import): Add ssh-import-url user attribute.
This commit is contained in:
Brian Waldon
2014-03-27 20:16:10 -07:00
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"`