found a puppet based solution for it.
Does anyone have an idea how I can make this work ? I do realize I am
looking at separate versions and was playing with the idea to force a more
locked down versioning to keep them the same but no idea if I can even do
this.
below the error :
(/Stage[main]/Libstdc/Package[libstdc++.i686]/ensure) change from absent to
present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install
libstdc++.i686' returned 1: Error: Protected multilib versions:
libstdc++-4.4.6-4.el6.i686 != libstdc++-4.4.6-3.el6.x86_64#012 You could
try using --skip-broken to work around the problem#012 You could try
running: rpm -Va --nofiles --nodigest
the .pp :
class libstdc {
Class["rhn"]->Class["libstdc"]
package { "libstdc++.i686":
ensure => installed,
}
package { "libstdc++":
ensure => installed,
}
}
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/LcoLU6kHPtoJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.