[
https://issues.apache.org/jira/browse/JCLOUDS-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121569#comment-15121569
]
ASF subversion and git services commented on JCLOUDS-1067:
----------------------------------------------------------
Commit 773aa30c64108f5dc28a6fefb58d1ca4baa016ae in jclouds's branch
refs/heads/master from [~nacx]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=773aa30 ]
JCLOUDS-1067: Fix cookbook grouping mapping in Chef metadata
> Cookbook groupings are not properly mapped in Chef metadata
> -----------------------------------------------------------
>
> Key: JCLOUDS-1067
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1067
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-chef
> Affects Versions: 1.9.2
> Reporter: Ignasi Barrera
> Priority: Minor
>
> The Chef metadata defines the {{groupings}} property as a {{Map<String,
> String>}}. However, according to the [Chef
> docs|https://docs.chef.io/config_rb_metadata.html] the groupings are objects
> with a title and description. The Chef Server API returns them like:
> {code}
> ...
> "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."
> }
> },
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)