Closed claflico closed 9 years ago
I confirm
Well, I should probably remove this from the doc. You should use this if you want to specify the key's comment:
---
accounts::ssh_keys:
foo@example.com:
type: ssh-rsa
public: XXXX
accounts::users:
foo:
uid: 1000
comment: Foo
Then:
accounts::accounts { 'foo':
authorized_keys => [ 'foo@example.com', ],
}
Copied and pasted from the examples provided.
run puppet and the user gets created on the node but the ssh key comment doesn't get added and instead is name-on-name: