Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.14.0
-
Component/s: None
-
Labels:None
Description
CHEF-2394 added data bag support to Chef solo, this pull request adds the ability to load a databag using a symbol as well as a string.
https://github.com/opscode/chef/pull/180
irb(main):001:0> Dir.glob(File.join(Dir.pwd, :foo, "bar")) TypeError: can't convert Symbol into String from (irb):1:in `join' from (irb):1 from :0
Reviewed and marked for merge.
This is close to but different from CHEF-2617.