----- Original Message ----- > From: "Kevin G." <[email protected]> > To: [email protected] > Sent: Monday, October 29, 2012 3:25:08 PM > Subject: [Puppet Users] how to intercept a catalog and perform a diff > > I'm re-reading the puppet docs > http://docs.puppetlabs.com/learning/manifests.html and just noticed > this footnote > > If you drastically refactor your manifest code and want to make sure > it still generates the same configurations, > you can just intercept the catalogs and use a special diff tool on > them; > > but the footnote doesn't say how to do that or point to any > documentation. I've been looking for a way to do exactly that for > some time now and haven't succeeded in finding it, can anyone point > me to documentation or give me a list of simple steps to "intercept > a catalog" or what this "special diff tool" would be?
if you are on puppet 3 you can install the ripienaar-catalog_diff module from the forge and then use the 'puppet catalog diff' command. -- 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.
