Chef: overwrite templates in wrapper-cookbooks

1 · RvE · April 2, 2014, midnight
This article describes how to use a template in a wrapper-cookbook in Chef. The Chef Cookbook Wrapper Pattern is based upon a design convention where you customize an existing library cookbook by using a separate wrapper cookbook, which wraps the original cookbook with any related configuration changes. a library cookbook is an existing cookbook, typically an open-source contribution from a user in the Chef community, designed for server configuration purposes. A wrapper cookbook is a cookbook t...