Hi,

It does work, the main problem is that usually libs are dependents of other
rpms.
if you do it this way, you have to find out the  each and every lib rpm
which the application you actually want to use depends upon.

Ohad

On Tue, Aug 4, 2009 at 2:34 PM, Avi Miller <avi.mil...@gmail.com> wrote:

>
> Matt Delves wrote:
> > Is there a way to specify this?
>
> If you're using Yum as the provider, yes:
>
> package { "package.i386": ensure => latest, provider => "yum" }
> package { "package.x86_64": ensure => latest, provider => "yum" }
>
> Works fine on my test system.
>
> Also, if you're interested in getting all the pre-requisite RPMs for
> Oracle, why not just use the oracle-validated RPM:
>
> http://oss.oracle.com/el5/oracle-validated/
>
> This will also create the oracle user and oinstall/dba groups, as well
> as set sysctl.conf and limits.conf and everything else that usually has
> to be done manually before you can install Oracle. :)
>
> cYa,
> 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