Issue #1364 has been updated by jamtur01. Status changed from Accepted to Ready for Checkin Assigned to changed from hajducko to luke Target version changed from 2.0.0 to 1.5.0
Pushed to my repo in commit:"9a1882e9b2f6d2372567557a3935649b4be3f661". ---------------------------------------- Bug #1364: AIX hardwaremodel invalid on some systems http://reductivelabs.com/redmine/issues/show/1364 Author: hajducko Status: Ready for Checkin Priority: Normal Assigned to: luke Category: library Target version: 1.5.0 Keywords: aix hardwaremodel Complexity: Trivial Patch: None The current method of finding the hardwaremodel for AIX assumes proc0 exists: <pre> setcode 'lsattr -El proc0 -a type|cut -f2 -d" "' </pre> Which, while often true, is not always true: <pre> [w20:/]# lsdev | grep proc proc1 Available 00-01 Processor </pre> Should instead look at using 'modelname' in sys0 - <pre> [w20:/]# lsattr -El sys0 -a modelname modelname IBM,7029-6C3 Machine name False </pre> ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
