need to enable puppet platform on Apt package management system

0 votes
I need a few components in Puppet that will help me deploy my application successfully for which I need to enable the Puppet platform. I am on a Linux machine with Apt as the package management system. How can I enable the platform?
Jul 31, 2019 in Puppet by Karan
• 19,610 points
476 views

1 answer to this question.

0 votes

Log in as root, download the package and run the dpkg tool in install mode:

wget <PACKAGE_URL> 
sudo dpkg -i <FILE_NAME>.deb

For example, to enable the Ubuntu 16.04 Xenial repository:

wget https://apt.puppetlabs.com/puppet6-release-xenial.deb 
sudo dpkg -i puppet6-release-xenial.deb

Update the apt package lists:

sudo apt-get update
answered Jul 31, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer
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
525 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

Puppet Error: Unable to locate package PuppetDB

You will have to enable the puppet ...READ MORE

answered Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
1,167 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,508 views
+2 votes
1 answer
0 votes
1 answer

Puppet: an additional repository is added on ubuntu by apt package

Passing in an empty string for the ...READ MORE

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