Created
March 15, 2017 14:20
-
-
Save ffpollock/3a3f75969bc7556b0b834eb042e5466f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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