Created
March 13, 2014 14:54
-
-
Save boris/9529974 to your computer and use it in GitHub Desktop.
User's config using chef data bag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "data_bag_item_users_boris", | |
"json_class": "Chef::DataBagItem", | |
"chef_type": "data_bag_item", | |
"data_bag": "users", | |
"raw_data": { | |
"id": "USER", | |
"username": "user", | |
"groups": "group", | |
"shell": "/bin/bash", | |
"ssh_keys": [ | |
"COPY&PASTE SSH PUBLIC KEY HERE!!" | |
], | |
"action": "create" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment