labs-vcap/dev_setup/roles/redis_gateway.json

12 строки
310 B
JSON

{
"name": "redis_gateway",
"override_attributes": {},
"json_class": "Chef::Role",
"description": "Redis services gateway",
"chef_type": "role",
"run_list" : [ "recipe[deployment]",
"recipe[essentials]",
"recipe[ruby]",
"recipe[redis::gateway]"]
}