Sunday, March 13, 2022

[SOLVED] Puppet rpm mirror server

Issue

I am trying to create a local mirror repository using Puppet and MREPO Puppet module (rel="nofollow">https://github.com/puppetlabs/puppetlabs-mrepo), however, the package MREPO cannot be found on CentOS 6.

Does anyone knows any other Puppet module which will help me create a RPM Mirroring server?


Solution

mrepo is available in EPEL for CentOS 6.

Though tools like Spacewalk, Katello and Pulp (as msuchy indicated) are all potential alternatives as well.

As is just running createrepo yourself.



Answered By - Etan Reisner
Answer Checked By - Pedro (WPSolving Volunteer)