Skip to content

Instantly share code, notes, and snippets.

@ffpollock
Created March 15, 2017 14:20
Show Gist options
  • Save ffpollock/3a3f75969bc7556b0b834eb042e5466f to your computer and use it in GitHub Desktop.
Save ffpollock/3a3f75969bc7556b0b834eb042e5466f to your computer and use it in GitHub Desktop.
{
"name": "example",
"description": "This is an example role defined as JSON",
"chef_type": "role",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"run_list": [
"recipe[example]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment