Details
Description
On Gentoo the /etc/lsb-release file contains the following:
DISTRIB_ID="Gentoo"
The LSB plugin extracts \"Gentoo\" as the ID, this breaks the Chef package provider, because it doesn't know what provider to use if the platform string includes the quotes.
Fixed in http://github.com/veszig/ohai/tree/OHAI-175