On Tue, Mar 1, 2011 at 8:13 PM, russell.fulton <russell.ful...@gmail.com> wrote: > > I'll repeat the question from my previous post: Is there a straight > forward way to have a local rpm > repository on the puppet server rather than relying on yum and the RHE > channels?
Check out mrepo if you want to mirror another repository and createrepo if you want to create your own yum repository. If you're already running Puppet inside of Apache, you'll just need to setup a virtual host to serve up the directory containing the packages and yum metadata. It's actually quite straightforward. Most of the time is going to come from reading about how to use mrepo. createrepo *.rpm works great if you just want to expose a directory as a yum repo. Super straight forward. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.