17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"name": "os-ops-caching",
|
|
"description": "Installs memcache server",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[memcached]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|