how can I make puppet forge modules available to my Satellite hosts ??
I am trying to allow my hosts that are attached to my satellite server to be able to use Puppet Forge modules , is this possible?
thanks!!
Responses
Brian,
If you login to the server via ssh/console you will be able to use the 'puppet module' command to search/install modules from Puppet Forge.
puppet module list
Will provide you a list of modules that are currently installed.
puppet module install module_name
Will install a new module from Puppet Forge
Full instructions can be found here: https://docs.puppetlabs.com/puppet/latest/reference/modules_installing.html
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
