Skip to content

Instantly share code, notes, and snippets.

@jasongrimes
Created June 5, 2012 21:53
Show Gist options
  • Save jasongrimes/2878288 to your computer and use it in GitHub Desktop.
Save jasongrimes/2878288 to your computer and use it in GitHub Desktop.
Sample data bag file for Chef "user" cookbook.
{
"id": "jkg",
"ssh_keys": "ssh-rsa ...LoNgGobBleDyGookSshPuBl1cKey... jason@grimesit.com",
"groups": [ "sysadmin", "dba", "devops" ],
"uid": 2001,
"shell": "\/bin\/bash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment