Actions
Bug #5787
closedFix SMBIOS output to be more Chef/ohai friendly
Start date:
2015-04-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Joyent discovered that the output changes in smbios(1M) negatively impact Chef's "ohai" plugin.
Swapping the output from this broken output:
(<number>) SMB_TYPE_XXX
to this:
SMB_TYPE_XXX (type <number>)
is more conducive to Chef & ohai.
Actions