Skip to content

Instantly share code, notes, and snippets.

@kkenny
Last active December 13, 2015 19:19
Show Gist options
  • Save kkenny/4962051 to your computer and use it in GitHub Desktop.
Save kkenny/4962051 to your computer and use it in GitHub Desktop.
{
"name": "app_servers",
"default_attributes": {
"sudo": {
"users": [
"someone"
]
}
},
"json_class": "Chef::Role",
"env_run_lists": {
},
"run_list": [
"recipe[]",
"recipe[]",
"recipe[]",
"recipe[]",
"recipe[]"
],
"description": "Prepare app servers for capistrano deploy",
"chef_type": "role",
"override_attributes": {
"graphite": { "pool_name": "App_Servers" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment