Cookbook to install apache2 as a wrapper cookbook
Cookbook to install apache2 as a wrapper coockbook for Apache2
Add the cookbook to your Berksfile:
cookbook 'codenamephp_apache2, :github 'codenamephp/chef.cookbook.apache2'
Add the cookbook to your runlist, e.g. in a role:
To install additional modules, you can either set/extend the default['apache']['default_modules']
attribute or just
add the corresponding apache2::*
cookbooks for that module
{
"name": "default",
"chef_type": "role",
"json_class": "Chef::Role",
"run_list": [
"recipe[codenamephp_apache2]"
]
}