Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Last active October 26, 2015 16:24
Show Gist options
  • Save ryandotclair/32ec0b4684892fa0edf7 to your computer and use it in GitHub Desktop.
Save ryandotclair/32ec0b4684892fa0edf7 to your computer and use it in GitHub Desktop.
Chef example 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