blob: 6ebdd3febf889292a13a716e30d426fef1a40f91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{define "cloudconfig-coreos-users"}}
users:
- name: "shoelaces"
groups:
- "sudo"
- "docker"
ssh-authorized-keys:
- "ssh-rsa fake-key shoelaces@example.com"
ssh_authorized_keys:
- "ssh-rsa fake-key shoelaces@example.com"
{{end}}
|