chef-lctp/roles/compute_node.json

12 lines
200 B
JSON
Raw Permalink Normal View History

2014-01-19 14:34:01 +00:00
{
"name": "compute_node",
"chef_type": "role",
"json_class": "Chef::Role",
"description": "Compute Node",
"default_attributes": {
},
"run_list": [
2014-01-21 22:11:25 +00:00
"recipe[main::compute_node]"
2014-01-19 14:34:01 +00:00
]
}