Add a module
Modules are self-contained, shareable bundles of code and data. Each module manages a specific task in your infrastructure, like installing and configuring a piece of software. You can write your own modules or download pre-built modules from the Forge. While you can use any module available on the Forge, PE customers can take advantage of supported modules. These modules are designed to make common services easier, and are tested and maintained by Puppet. A lot of your infrastructure will be supported by modules, so it is important to learn how to install, build, and use them.
Install the apache
module
To get you started working with modules, install the
puppetlabs/apache
module, which automates installing, configuring, and
managing Apache
services.
You have just installed a Puppet module!
View the apache
task in the console
When you successfully install a module, you can start running tasks that are included
in the module from the console. The puppetlabs/apache
module contains a
task that allows you to perform apache service
functions.
To see the task in the console:
apache
task. If you don't see the
apache
task, try refreshing the console in the browser. If it
still does not populate, double check the puppetlabs/apache
module
is in your Puppetfile and try again.