Install the iis
module
Modules are self-contained, shareable bundles of code and data. Each module manages a
specific task in your infrastructure, such as installing and configuring a piece of
software. With Puppet Enterprise (PE), a lot of your infrastructure is
supported by modules, so it is important to learn how to install, build, and use them. To
practice working with modules, try installing the puppetlabs/iis
module,
which automates installing, configuring, and managing IIS services.
Before you begin
Install PE and at least
one Windows agent node
before installing the iis
module.
Tip: You can write your own modules or download pre-built modules from the
Forge. While you can use any
module on the Forge, PE customers can take advantage of supported modules. These modules are designed to
facilitate common services, and they are tested and maintained by Puppet.
Results
You installed the iis
module. Installing a module makes it available in PE so
you can use it to manage nodes.What to do next
To continue managing IIS configuration on Windows targets, Set up IIS node groups.
Related information