russell.fulton writes:
 > I know this and agree with it in principle.  It is just that at the
 > moment I am extremely hard
 > pressed and really don't have the time to work my way through figuring
 > out how to build rpms
 > from scratch.  The package Daniel pointed out looks very promising in
 > this respect adn I will certainly
 > look at it.
 > 
 > 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?

You can just source packages from an HTTP server rather than implicitly
from configured package repositories.

package { "foo":
    source => "http://my.web.server/packages/foo-1.0-1.i386.rpm";,
    ensure => installed,
}

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