Re: [Puppet Users] 32bit and 64bit version of a package

2012-02-23 Thread Nathan Powell
On Thu, Feb 23, 2012 at 5:57 PM, Alan Laird wrote: > I'm trying to write a recipe to install the latest libstdc++ in both > 32bit and 64bit flavors and running into issues.  Yum only wants to > install the 64bit version if I do: > > yum install libstdc++ > > If I do something like: > > package { "

[Puppet Users] 32bit and 64bit version of a package

2012-02-23 Thread Alan Laird
Hi, I'm trying to write a recipe to install the latest libstdc++ in both 32bit and 64bit flavors and running into issues. Yum only wants to install the 64bit version if I do: yum install libstdc++ If I do something like: package { "libstdc++.i386" : ensure => latest } It tells me "nothing to