Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.8.2, 0.8.4, 0.8.6, 0.8.8, 0.8.10, 0.8.12, 0.8.14, 0.8.16, 0.9.0, 0.9.2, 0.9.4, 0.9.6
-
Component/s: Chef Client, Chef Server
-
Labels:None
Description
It is possible to create attributes such as:
default[:foo][:bar] = :baz
However when you try to describe these attributes as type symbol in the metadata.rb, the server throws an error when trying to generate the metadata.
http://gist.github.com/468160 is a proposed solution.
Gavin
Changes have been pushed into http://github.com/gsandie/chef/tree/CHEF-1432
Gavin