chef-partners/cookbook-guide-generator

View on GitHub
cookbooks/code_generator/files/default/repo/roles/example.json

Summary

Maintainability
Test Coverage
{
    "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]"
    ]
}