puppet-catalog-diff icon indicating copy to clipboard operation
puppet-catalog-diff copied to clipboard

Tool to diff Puppet catalogs

Results 18 puppet-catalog-diff issues
Sort by recently updated
recently updated
newest added

Some general changes for the tool to make output more instantly useful. Also, now it can load catalogs on Puppet 4, so thats cool I guess.

Adds an `--all-environments` option to the `diff` and `pull` faces so that when retrieving hosts from puppetdb, hosts from all environments may be considered.

It would be nice to have a rake task that converts the rendered markdown into HTML with, at least, diff syntax highlighting.

I am trying to diff catalog for the same server - in two different environments (using same puppetmaster). But when I run: time /opt/puppetlabs/puppet/bin/puppet catalog diff myweb01.example.com/production myweb01.example.com/devel1 \ --show_resource_diff...

When calling ``` puppet catalog diff --content_diff --show_resource_diff --render-as json old new ``` where `old` and `new` contain the pson-catalogs from old and new config, a stray error message ```...

If one provides the `--filter_local` param it first looked up with REST and then in local yaml files overriding the earlier results. Looks like the conditon was accidentially added below...

When output_report is enabled and two directories are being compared, there was no invocation of the output_report.

Hi, I am trying to use exclude_classes like this: `puppet catalog diff --exclude_classes filebeat --content_diff --use_puppetdb --show_resource_diff ./puppet_catalogs_2.7/server1.pson ./puppet_catalogs_3/server1.pson` But get the following error: `Error: puppet catalog diff takes 2...

Would it be possible to utilize this module to compare results of compiling catalogs on the same master, but different branches of the code. This would be very helpful to...

One thing that's missing from the catalog-diff imo is an easy way to trigger report generations over the network. What would you think of an MCollective agent for that? Something...