Hi,

jokeeffe wrote:
> Hi, I'm a puppet newbie. Is there a way to install an rpm from the
> files served by the puppet master? If so, what am I doing wrong (see
> below)? If this isn't possible, how should I be installing custom
> rpms?

High-level explanation:

You need to create a Yum repository for your custom RPMs (using the 
createrepo tool) on a accessible webserver somewhere on your network. 
You could put this on the puppet master itself if you want.

You can then use the yumrepo puppet type to configure that repository on 
your puppet clients. Once you've done that, you can use the package type 
to install RPMs from that repository.

You should use a requires parameter on your package type to ensure the 
yumrepo is configured first.

Hope that makes sense,
Avi

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to