Skip to content

Instantly share code, notes, and snippets.

@boris
Created March 13, 2014 14:54
Show Gist options
  • Save boris/9529974 to your computer and use it in GitHub Desktop.
Save boris/9529974 to your computer and use it in GitHub Desktop.
User's config using chef data bag
{
"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