Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created March 7, 2012 19:48
Show Gist options
  • Save nhunzaker/1995552 to your computer and use it in GitHub Desktop.
Save nhunzaker/1995552 to your computer and use it in GitHub Desktop.
Configuring Chef Example 4
{
"id": "rails_demo",
"server_roles": [
"rails_demo"
],
"type": {
"rails_demo": [
"rails",
"unicorn"
]
},
"packages": {
"libxml2-dev": "",
"libxslt1-dev": "",
"libsqlite3-dev": ""
},
"gems": {
"bundler": "1.0.18"
},
"repository": "git://github.com/reedlaw/chef-tutorial.git",
"deploy_to": "/srv/rails_demo",
"deploy_key": "",
"owner": "nobody",
"group": "nogroup",
"force": {
"_default": false
},
"migrate": {
"_default": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment