How do I Install puppet agent on linux

0 votes
How do I Install puppet agent on linux?
Mar 12, 2019 in Puppet by Kiara
974 views

1 answer to this question.

0 votes

Install the puppet-agent package on your Puppet agent nodes using the command appropriate to your system:

  • Yum – sudo yum install puppet-agent
  • Apt – sudo apt-get install puppet-agent
Configure agent settings
Start the puppet service: sudo /opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true.

Sign certificates on the certificate authority (CA) master.

On the Puppet master:

  1. Run sudo /opt/puppetlabs/bin/puppet cert list to see any outstanding requests.
  2. Run sudo /opt/puppetlabs/bin/puppet cert sign <NAME> to sign a request.
answered Mar 12, 2019 by Yesha

Related Questions In Puppet

+2 votes
1 answer

How do I trigger the puppet agent on slave to install docker using jenkins?

Hey @Mercy, you will have to write ...READ MORE

answered Aug 17, 2020 in Puppet by Karan
• 19,610 points
1,049 views
0 votes
1 answer

How do I install puppet on Ubuntu?

Hey @Alia, follow these steps to install ...READ MORE

answered Feb 21, 2019 in Puppet by Priya

edited Feb 21, 2019 2,063 views
0 votes
1 answer

Docker with Puppet: How do I install Docker EE on a Debian System?

Docker provides a enterprise addition of the ...READ MORE

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

How do I sign all the certificates together - Puppet on Ubuntu

Hey @Aryaa, use the following command to ...READ MORE

answered Feb 21, 2019 in Puppet by Adi
462 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,458 views
+2 votes
1 answer
0 votes
1 answer

How do I install rpm package on a single Linux machine?

Install the package called pacman using this command: puppet ...READ MORE

answered Feb 25, 2019 in Puppet by Nandita
352 views
0 votes
1 answer

Can i install puppet master and puppet agent on the same centos machine? How will that work?

Yes, It's now possible to install both ...READ MORE

answered Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
922 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