Lab – reviewing the apache module
It would be impractical to print all the key parts of the apache
module’s code in this book. However, reviewing the code at https://forge.puppet.com/modules/puppetlabs/apache and reading the examples
directory to see how the main class, apache
, is combined with various classes within the module to configure different components will help you understand how this module pattern can be structured.