D -- The intent is to perform operations on catalogs from 0.25.x using the 2.6.x > codebase. > > things like: > - diffs > - Writing filters (show me all resources, show me all Files) > - eventually some more complicated things. >
So off the top of my head (& before coffee) we probably need something like the reverse of the #3656/#5206 fix to automatically run on deserialization then, which would look sort of like your code but with recursion (to handle references in arrays & nested bits) and conditional (because the catalog may *not* be from 0.25.x!). I'd also probably move the log message out of the loop inner :) -- M ----------------------------------------------------------- When in trouble or in doubt, run in circles, scream and shout. -- 1920's parody of the maritime general prudential rule ------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
