Created
August 5, 2010 22:53
-
-
Save chef/510543 to your computer and use it in GitHub Desktop.
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
[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