{
"chef_type": "role",
"default_attributes": {},
"json_class": "Chef::Role",
"name": "local",
"override_attributes": {
"php": {
"directives": {
"memory_limit": "256M",
"post_max_size": "50M",
"short_open_tag": "On",
"upload_max_filesize": "50M"
}
}
},
"run_list": [
"recipe[php]",
"recipe[php::some_recipe]",
"recipe[mongodb]",
"recipe[apache]",
"recipe[memcache]",
]
}
Chef Solo - adding a Role
Friday, 4 October 13