Puppet Can I install a non-forge module

0 votes
I don't want to install a module from the puppet forge. Is it possible to download a non-forge module? How can this be done?
Aug 29, 2019 in Puppet by anonymous
481 views

1 answer to this question.

0 votes

Yes, you could install it from another repository or a tarball.

Installing from another module repository:

You can install modules from other repositories that mimic the Forge interface. You can change the module repository for one installation, or you can change your default repository.

To change the module repository for a single module installation, specify the base URL of the repository on the command line with the --module_repository option. 

For example:

puppet module install --module_repository http://dev-forge.example.com puppetlabs-apache

To change the default module repository, edit the module_repository setting in the puppet.conf to the base URL of the repository you want to use. 

The default value for the module_repository is the Forge URL, https://forgeapi.puppetlabs.com. 

answered Aug 29, 2019 by Sirajul
• 59,230 points
Puppet: How do i install a module from a tarball?

Related Questions In Puppet

0 votes
1 answer

Puppet: Can I publish my custom module on the forge repository?

To share your module with other Puppet users, get ...READ MORE

answered Aug 26, 2019 in Puppet by Sirajul
• 59,230 points
554 views
0 votes
1 answer

Puppet: How do i install a module from a tarball?

Installing from a release tarball: To install a ...READ MORE

answered Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
1,120 views
0 votes
1 answer

Can I install puppet on windows?

Hey Neha, well, you cannot have puppet ...READ MORE

answered Feb 28, 2019 in Puppet by Anvit
1,080 views
0 votes
1 answer

Install LAMP Stack by creating a new module - Puppet

Hey @Ruth, yes you can set up ...READ MORE

answered Mar 11, 2019 in Puppet by Shalaka
807 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,507 views
+2 votes
1 answer
0 votes
1 answer

Does puppet forge have modules that i can use to Install LAMP stack?

Puppet forge has modules for installing and ...READ MORE

answered Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
658 views
0 votes
1 answer

Puppet : Can i install jenkins on a puppet server using Git?

Installing puppet-jenkins is easy. To install via Git, ...READ MORE

answered Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
534 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP