popularity question answers views user  
0
How do I remove sub-recipes from a reciepe

Let me explain:
apache2 includes a bunch of sub-recipes by default: apache2::mod_status for example.

For our production machines we don’t want to include this recipe (mod_status). Is there a way to do turn it off in our frontend-server role ?

Would I have to essentially recreate the apache cookbook as a site-cookbook and do it there? I would like to avoid this as far as possible so that I don’t have to keep syncing the vendor apache2 recipe with our own.

Or is there a way to inherit from a recipe and then remove some included_recipes ? Thanks,

more →
1 469