Showing
1 changed file
with
2 additions
and
2 deletions
@@ -66,12 +66,12 @@ john.json | @@ -66,12 +66,12 @@ john.json | ||
66 | "plugdev", | 66 | "plugdev", |
67 | "netdev" | 67 | "netdev" |
68 | ], | 68 | ], |
69 | - "ssh_keys": "ssh-rsa XXX... john" | 69 | + "ssh_keys": "ssh-rsa XXX... john", |
70 | "id": "john" | 70 | "id": "john" |
71 | } | 71 | } |
72 | ``` | 72 | ``` |
73 | 73 | ||
74 | -The above json will create the user `john`. If an attribute `"action": "remove"` exists, then the user will be deleted, instead. Please see the example data bag in `data_bags/users\_example/example\_user.json`. | 74 | +The above json will create the user `john`. If an attribute `"action": "remove"` exists, then the user will be deleted, instead. Please see the example data bag in `data_bags/users_example/example_user.json`. |
75 | 75 | ||
76 | ### cfe-users::default | 76 | ### cfe-users::default |
77 | 77 |