Skip to content

Instantly share code, notes, and snippets.

@chef
Created August 5, 2010 22:53
Show Gist options
  • Save chef/510543 to your computer and use it in GitHub Desktop.
Save chef/510543 to your computer and use it in GitHub Desktop.
[adam@latte](master*)% knife data bag show users adam
{
"groups": "sysadmin",
"comment": "Adam Jacob",
"ssh_keys": "...",
"files": {
".zshrc": {
"mode": "0644",
"source": "dot-zshrc"
},
".vimrc": {
"mode": "0644",
"source": "dot-vimrc"
}
},
"id": "adam",
"uid": 7000,
"shell": "/usr/bin/zsh",
"openid": "http://adamhjk.myopenid.com/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment