Hi Adam, sektoid0 wrote: > Only chance to cleanly install it is to put both packages at > once to rpm -i rpm1 rpm2. Or -i --nodeps on each one. It seems that > non of these options are present in puppet package type. Any ideas?
Create a local Yum repository for those RPMs (using the createrepo tool in the yum-utils package) and then use Puppet's Package provider to install them. Yum will handle the cross-package dependencies. 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
