All, I've been working on a Hiera debugging tool, and it's now at the point where I consider it to be a "minimally viable product".
Currently it will work with Puppet Enterprise and Open Source Puppet, and you can supply identity for nodes by supplying YAML, JSON or a user (which will be used to get data from MCollective). When invoked, it will give you a list of all hiera(), hiera_array() and hiera_hash() calls and as of recently, also will do a lookup on all class params. These look ups will be done for every node the master is aware of. The current version is 0.2.1, and is available at https://github.com/llowder/glowing-octo-ninja The next set of features I am considering adding are: - Ability to look up the value of a single key across all nodes - Ability to lookup the value of all keys for a specific node I'll be adding both, but I wanted to see which would be considered more useful so I know which to add first. I'll be working on improving performance, error handling and unit/regression tests. Comments and suggestions are much welcome, and hopefully this will be a useful tool. - Lee -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/da61a507-44a5-4ca8-af66-3c78f0e0779e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
