labs-vcap/dev_setup/roles/postgresql_gateway.json

13 строки
316 B
JSON

{
"name": "postgresql_gateway",
"default_attributes": {
"services" : [ "postgresql" ],
"service_components" : ["postgresql_gateway"]
},
"override_attributes": {},
"json_class": "Chef::Role",
"description": "PostgreSQL services gateway",
"chef_type": "role",
"run_list" : ["role[services]"]
}