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