Very nice! Puppet is full of surprises ! I did a local/custom repo with three RPM's in it because I use cobbler to build the machines initially, and I can just put the package name in the cobbler/kickstart package list.
I suppose I could have done a cobbler snnippet to load the RPM's, but a custom repo covered all those bases with minimal tinkering. ----- Steven VanDevender <ste...@uoregon.edu> wrote: > 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. “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) -- 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.