I seem to be having a problem with the yum provider and nailing down
specific package versions on specific architectures.
I.e.
package { "foo.x86_64":
ensure => "1"
}
looks for foo.x86_64-1
which yum doesn''t like.
package { "foo":
ensure => 1.x86_64"
}
works for yum, but not for the package check as it checks for the
current installed version of foo and gets foo-1 which it tries to
compare to foo-1.x86_64.
I don''t have access to my Redmine account info right now or
I''d put in
a bug report.
Thanks,
Trevor
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---
Trevor Vaughan wrote:> I seem to be having a problem with the yum provider and nailing down > specific package versions on specific architectures.[...]> I don''t have access to my Redmine account info right now or I''d put in > a bug report.There already is a bug report for this problem: http://projects.reductivelabs.com/issues/2662 /Bellman --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
D''oh! Oh the shame! Thanks for the link. Trevor On Thu, Oct 1, 2009 at 09:30, Thomas Bellman <bellman@nsc.liu.se> wrote:> > Trevor Vaughan wrote: > >> I seem to be having a problem with the yum provider and nailing down >> specific package versions on specific architectures. > [...] >> I don''t have access to my Redmine account info right now or I''d put in >> a bug report. > > There already is a bug report for this problem: > http://projects.reductivelabs.com/issues/2662 > > > /Bellman > > > >--~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---