Managing the registry
In the previous topic, we learned how to install a module from Puppet Forge. The example was on the registry
module. The command to install the registry
module is as follows:
$ sudo puppet module install puppetlabs-registry
As you can see in the preceding screenshot, the new module is installed. The stdlib
module was also installed. As we can see, it is a dependency for registry
. stdlib
is used to add the library resources for Puppet. We will deal with stdlib
later in functions and facts.
Note
After the installation, we again need to import these modules to Foreman. When we check the new modules, we will see that only stdlib ...
Get Learning Puppet for Windows Server now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.