Created
January 3, 2014 16:14
-
-
Save elon01/8240616 to your computer and use it in GitHub Desktop.
Elons data bags
This file contains hidden or 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
/Users/elonbarevan/chef-repo/data_bags/users --> cat frank.json | |
{ | |
"id":"frank", | |
"comment":"Frank Belson", | |
"uid":"2001", | |
"gid":"0", | |
"home":"/home/frank", | |
"shell":"/bin/bash" | |
} | |
/Users/elonbarevan/chef-repo/data_bags/users --> cat bobo.json | |
{ | |
"id":"bobo", | |
"comment":"Bobo T. Clown", | |
"uid":"2000", | |
"gid":"0", | |
"home":"/home/bobo", | |
"shell":"/bin/bash" | |
} | |
/Users/elonbarevan/chef-repo/data_bags/groups --> cat clowns.json | |
{ | |
"id":"clowns", | |
"gid":3000, | |
"members":["bobo","frank"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment