I'm not sure if its in there but one thing that would be *amazing* would be support for empty arrays/hashes. E.g.
$hash1 = hiera_hash('hash1', {}) $hash1 = hiera_hash('hash2', {}) This means that now I can do a: merge_hash($hash1, $hash2) This will now work regardless of whether I have declared hash1 and hash2 for a given node or not, where as at the moment if you don't declare both of them in hiera the merge fails because the empty hash is seen as a string. Native support for the merging would be handy as well. Josh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/bmYUG6203roJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.