Skip to content

Instantly share code, notes, and snippets.

@thillerson
Created September 16, 2010 21:11
Show Gist options
  • Save thillerson/583178 to your computer and use it in GitHub Desktop.
Save thillerson/583178 to your computer and use it in GitHub Desktop.
{
"domain": "local",
"deploy_user": {
"name": "tony"
},
"railsapp": {
"name": "ttm-client",
"dir": "/srv/ttm-client",
"db": {
"database": "ttm-client"
}
},
"mysql": {
"server_root_password": <password>
},
"hadoop": {
"java_home": "/usr/lib/jvm/java-6-openjdk",
"version": "0.21.0",
"uid": "hadoop",
"gid": "hadoop",
},
"recipes": "ttm"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment