Skip to content

Instantly share code, notes, and snippets.

@dpetersen
Created February 25, 2010 19:01
Show Gist options
  • Save dpetersen/314910 to your computer and use it in GitHub Desktop.
Save dpetersen/314910 to your computer and use it in GitHub Desktop.
{
"networking": { "hostname": "hov", "fqdn": "hov.local" },
"groups": { "hov": { "gid": 5000 } },
"users": { "hov": { "password": "", "id": 5000, "groups": [ "hov" ] } },
"active_users": [ "hov" ],
"active_groups": [],
"authorization": { "sudo": { "passwordless_users": [ "hov", "factory" ] } },
"nginx": { "user": "hov", "debugging": true },
"ssh_key": { "user": "hov" },
"app": { "name":"hov", "domain_name": "hov.local" },
"github": { "repository": "house_of_vans_backend", "api_token": "" },
"run_list": [ "recipe[users]", "recipe[sudo]", "recipe[hostname]", "recipe[deploy_key]", "recipe[mysql]", "recipe[nginx_passenger_site]", "recipe[rails]" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment