Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Created October 26, 2015 03:03
Show Gist options
  • Save ryandotclair/eeaa341ab8d8fd24a7f8 to your computer and use it in GitHub Desktop.
Save ryandotclair/eeaa341ab8d8fd24a7f8 to your computer and use it in GitHub Desktop.
Example Chef Role
{
"name" : "webserver",
"default_attributes": {
"apache" : {
"greeting" : "Person"
}
},
"run_list" : [
"recipe[apache]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment