Load attributes from subdirectories

Hello.
Is it still not possible to make subdirectories for attributes as it said on 'In Chef, is there a way to load attributes from a subdirectory?I’m currently stuck on 10th version and have no quick way to check this behavior.

–Thanks in advance, Daniil.

On Mar 12, 2015, at 1:12 AM, Daniil S daniil_sb@yahoo.com wrote:

Hello.

Is it still not possible to make subdirectories for attributes as it said on 'In Chef, is there a way to load attributes from a subdirectory?
I'm currently stuck on 10th version and have no quick way to check this behavior.

This is not supported in any version, though there are some RFCs around recursive loading of more types. With attribute files, this is most likely not useful though, since all attribute files are always loaded so having that many is probably just confusing.

--Noah