Issue #11609 has been updated by Alex Harvey.
Jeff, while you're looking at this bug we're going to run into a sorting problem when procs get numbered >10. <pre> # lsdev -Cc processor proc0 Available 00-00 Processor proc4 Available 00-04 Processor proc8 Defined 00-08 Processor proc12 Defined 00-12 Processor </pre> <pre> irb(main):001:0> aix_proc_id_list = ['proc0', 'proc4', 'proc8', 'proc12'] => ["proc0", "proc4", "proc8", "proc12"] irb(main):002:0> aix_proc_id_list.sort! => ["proc0", "proc12", "proc4", "proc8"] </pre> ---------------------------------------- Bug #11609: aix facter show additional number ahead the cpu model https://projects.puppetlabs.com/issues/11609#change-74540 Author: hongbo hu Status: In Topic Branch Pending Review Priority: Normal Assignee: Jeff McCune Category: library Target version: 1.6.x Keywords: aix facter Branch: https://github.com/puppetlabs/facter/pull/342 Affected Facter version: 1.6.4 processor0 => 0PowerPC_POWER6 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
