Sam Roza writes:
 > So I use createrepo to make a local repo somewhere-for instance, the puppet
 > server-and then use that to do the install?

If you are reluctant to create a local yum repository (maybe you don't
have many custom packages) you can just source a package from a web
server or the like:

package { "mypackage":
        source => "http://my.package.server/rpms/mypackage-1.0.0-1.i386.rpm";,
        ensure => installed,
        before => "needsmypackage",
}

 > Why doesn't puppet support all of yum features?

Puppet supports not just yum but a number of other package providers in
different OSes and OS distributions.  It supports the yum features
needed to implement its package management mode.

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