Not at present. A backend implementation can however (in the next
release of hiera) participate in resolving the subkey lookup. This was
added for backends where the top key would result in something huge
being delivered over the wire, only to then be navigated to a single
value. The addition makes it possible for the backend to get the entire
key "a.b.c" and to deal with it appropriately.
To use that, you would need to create a custom variant of YAML, JSON or
whatever you are using, and then ignore the subkeys and instead use them
as regular keys.
- henrik
--
Visit my Blog "Puppet on the Edge"
http://puppet-on-the-edge.blogspot.se/