0

I am trying to create a local mirror repository using Puppet and MREPO Puppet module (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?

Sergiu
  • 2,928
  • 3
  • 27
  • 37

2 Answers2

0

Does it need to be Puppet module? If not, then I suggest you to use: http://www.pulpproject.org/

msuchy
  • 5,162
  • 1
  • 14
  • 26
0

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.

Etan Reisner
  • 77,877
  • 8
  • 106
  • 148
  • Thanks guys for your answers! I have decided on using a Puppet module which uses the createrepo package as it is the most up to date. – Sergiu Apr 15 '16 at 12:30