Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.9.2
-
None
Description
The Chef metadata defines the groupings property as a Map<String, String>. However, according to the Chef docs the groupings are objects with a title and description. The Chef Server API returns them like:
... "groupings": { "ssl_certificate/service": { "title": "ssl_certificate service", "description": "ssl_certificate service defaults." }, "ssl_certificate/service/protocols": { "title": "ssl_certificate service protocol", "description": "ssl_certificate service SSL protocols." } }, ...