Configuring puppet after installation

0 votes
I have installed Puppet 6.7 on my linux machine. How do i proceed with Configuring puppet so that i could perform some operations?
Jul 29, 2019 in Puppet by Ramya
394 views

1 answer to this question.

0 votes

Once we have Puppet installed on the system, the next step is to configure it . These are some basic things that you need to configure:

Setting for Agents (all nodes):

  • server — The master server to request configurations from. Defaults to puppet. Change it if that’s not your server’s name.

  • certname — The node’s certificate name, and the unique identifier it uses when requesting catalogs. Defaults to the fully qualified domain name.
  • environment — The environment to request when contacting the master. It’s only a request, though; the master’s ENC can override this if it chooses. Defaults to production.

  • sourceaddress — The address on a multihomed host to use for the agent’s communication with the master server.

Setting for Master Servers:

  • dns_alt_names — A list of hostnames the server is allowed to use when acting as a master. The hostname your agents use in their server setting must be included in either this setting or the master’s certname setting.
  • environment_timeout — For better performance, you can set this to unlimited and make refreshing the master a part of your standard code deployment process.

  • environmentpath — Controls where Puppet finds directory environments. 

  • basemodulepath — A list of directories containing Puppet modules that can be used in all environments. 

  • reports — Which report handlers to use. 

answered Jul 29, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

Ram requirements for puppet installation

4 GB would be less for proper ...READ MORE

answered Dec 19, 2018 in Puppet by Alan
512 views
0 votes
1 answer
0 votes
1 answer

Check if my Lamp stack installation was successful using Puppet

If there were no errors, you should ...READ MORE

answered Mar 11, 2019 in Puppet by Bob
339 views
0 votes
1 answer

Puppet certificates active after puppet clean

Hey, the exact same thing happened to ...READ MORE

answered Mar 12, 2019 in Puppet by Yesha
571 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,520 views
+2 votes
1 answer
0 votes
1 answer

Puppet server fails to start after a new installation

Try this: Remove the existing apt repository by ...READ MORE

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

PuppetDB installation using puppet modules

You can install and configure all of ...READ MORE

answered Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
560 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