How do I enable puppet collection repository in puppet if I am using Puppet 6 7

0 votes
I actually wanted to know what's the procedure for enabling the Puppet collection repository in 6.7. As far as i have known there's nothing called as collection repository in 6.7 version.  How do i enable it on linux's yum package?  What's the way forward?
Jul 31, 2019 in Puppet by Sindhu
976 views

1 answer to this question.

0 votes

In Puppet6.7 you have to enable Puppet Platform Repository instead.

Enabling the Puppet platform repository makes the components needed for installation available on your system. 

The process for enabling the repository varies based on your package management system.

Enable the Puppet platform on Yum:

Before you begin Identify the URL of the package you want to enable based on your operating system and version. 

Logged in as root, run the RPM tool in upgrade mode:

sudo rpm -U <PACKAGE_URL>

Note: For Enterprise Linux 5, you must download the package before running RPM:

wget https://yum.puppet.com/puppet6-release-el-5.noarch.rpm sudo rpm -Uvh puppet6-release-el-5.noarch.rpm

For example, to enable the Enterprise Linux 7 repository:

sudo rpm -Uvh https://yum.puppet.com/puppet6-release-el-7.noarch.rpm
answered Jul 31, 2019 by Sirajul
• 59,230 points
need to enable puppet platform on Apt package management system

Related Questions In Puppet

0 votes
1 answer

How do I install factor and puppet using Ruby Gem?

Hey @Kiara, execute these commands to install ...READ MORE

answered Mar 8, 2019 in Puppet by Yogesh
1,799 views
0 votes
1 answer

Docker with Puppet: How do i run the following command "docker build -t ubuntu /tmp/ubuntu_image" using puppet code?

 Hey @Liana, Including the docker_dir parameter is equivalent to ...READ MORE

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

Puppet in Docker : How do i run my dockerized puppet container periodically?

Instead of running a Dockerized puppet container onetime, ...READ MORE

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

Puppet+Docker: How do i configure a swarm if i am using windows server 2016.

There are a few considerations to be ...READ MORE

answered Aug 16, 2019 in Puppet by Sirajul
• 59,230 points
589 views
0 votes
1 answer
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