[Puppet Users] Managing two versions of a package via yum

2012-05-16 Thread Steve Jahl
Hi, I'm in a situation where I need to install/manage both the 32-bit and 64-bit versions of a package. Anyone have any tips on doing this? What I've got now, is something like this: class install32 { package { 'freetype.i686': ensure => latest, require =

Re: [Puppet Users] Managing two versions of a package via yum

2012-05-17 Thread Steve Jahl
On May 16, 2012, at 7:18 PM, Steve Traylen wrote: > > not a puppet problem, a vanilla yum or rpm also fails with this. > Steve. > That's what I figured. Found this problem only on freshly kickstarted systems. So, during the kickstart, the package was being installed from the 'base' repo, and