labs-vcap/dev_setup/roles/cloudfoundry.json

13 строки
337 B
JSON

{
"name": "cloudfoundry",
"default_attributes": {},
"override_attributes": {},
"json_class": "Chef::Role",
"description": "Cloudfoundry Components",
"chef_type": "role",
"run_list" : [ "recipe[deployment]",
"recipe[essentials]",
"recipe[ruby]",
"recipe[cloudfoundry]" ]
}