I need to install redhat-lsb packet on a couple of my systems. The problem is that it spawns a whole load of deps, which is fine by me, but the puppet. When I use "packet" type, I cannot make it install all the dependencies, although I would be able to do this by using "yum -y install". So, should I just do it with exec, or is there a way to make sure that package will install deps? Regards, Stanislaw --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Ohad Levy
2008-May-05 14:34 UTC
[Puppet Users] Re: How to install packet and all dependencies?
if you have yum installed and enabled on your redhat machine, puppet will execute yum for you (hence resolving all deps). (if you run puppet in debug mode, you would see that its should try to find out the best provider (e.g. rpm/yum) for your system, and you could also see that it executes yum -y ....) On Mon, May 5, 2008 at 10:05 PM, Stasheck <stanislaw.kaminski@gmail.com> wrote:> > I need to install redhat-lsb packet on a couple of my systems. The > problem is that it spawns a whole load of deps, which is fine by me, > but the puppet. > > When I use "packet" type, I cannot make it install all the > dependencies, although I would be able to do this by using "yum -y > install". So, should I just do it with exec, or is there a way to make > sure that package will install deps? > > Regards, > Stanislaw > > >--~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---