Utlizing puppet manifests to install puppet modules

0 votes
My prime objective is to add all puppet modules automatically, so that I could be able to start all my dev and prod env's just with a single command. How do I utilize a puppet manifest to install all puppet modules? Is there any way that I could do this?
Aug 8, 2019 in Puppet by Karan
• 19,610 points
359 views

1 answer to this question.

0 votes

You could use librarian-puppet to sync all 3rd party modules, it supports setting the modules' locations and versions. So production and dev run the  precisely the same code. The usage is very simple:

librarian-puppet install
  • In other cases we have a shell script that runs puppet two times:

  • one time a minimal module that is only responsible for fetching the required modules, 

  • and then the full blown puppet flow when all modules are available.

answered Aug 8, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

How to Install Puppet on CentOS?

You need two nodes for Puppet to ...READ MORE

answered Feb 27, 2019 in Puppet by Avinash
524 views
0 votes
1 answer

Is it possible to install puppet agent in a docker container on linux?

Hey @Janice, this is pretty simple. Create ...READ MORE

answered Mar 12, 2019 in Puppet by Jason
1,328 views
0 votes
1 answer

How to check the installed modules in puppet?

Puppet Module list command will list all ...READ MORE

answered Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
7,998 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,506 views
+2 votes
1 answer
0 votes
1 answer

How to install modules from puppet forge?

Use the puppet module install command with ...READ MORE

answered Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
992 views
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
657 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