Skip to content

Commit c08e785

Browse files
committed
Databag must have separate array called "keys".
1 parent 3cf7bc0 commit c08e785

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ Include `user-ssh-keys` in your node's `run_list`:
9090
#### Example databag
9191

9292
```json
93-
{
94-
"bob": [
93+
{
94+
"id": "bob",
95+
"keys": [
9596
{
9697
"id": "my_key",
9798
"pub": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmz4D...",

0 commit comments

Comments
 (0)