Hi Aaron, > As long as we're lacking a builtin method for pretty-printing data > structures during a debug session inline templates are going to > continue to be popular in scenarios like this.
Sadly, you are right. I personally dislike inline_template() hackety hacks and would rather solve a problem by making a more appropriate newfunction etc :) For instance, I have this simple dump() of mine, but something like a built-in var_dump() (a'la PHP) would be handy, indeed :) P.S. I am about to move dump() from Gists to a proper place on my github. KW -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
