octocatalog-diff
octocatalog-diff copied to clipboard
Compile Puppet catalogs from 2 branches, versions, etc., and compare them
> Description of problem tl;dr puppet and octocatalog diff don't read things the same way. in puppet I have module (foo) which calls a template in another module (bar) a...
Hey, I have set `strict_variables` (https://puppet.com/docs/puppet/4.10/configuration.html#strictvariables) to true on the puppetmaster. Now I also want this setting to be there for the octocatalog-diff run. Unfortunately I couldn't figure out how...
Using the latest version from rubygems (1.5.2) with trusted_server_facts set (in master section of puppet.conf) results in lookup error on $::server_facts variable. Is there a way to pass server_facts as...
Recently the CI for octocatalog-diff has been pretty flaky due to random tests getting killed. From travis CI documents, I concluded that the individual tests may be exhausting resources of...
Hi! I'm just starting out with the tool and have been trying to use the `--from-puppetdb` option. (Should this option be documented [here](https://github.com/github/octocatalog-diff/blob/a171724a22ef6b3a75e41ebfc1429123574c17b1/doc/configuration-puppetdb.md)?) ``` octocatalog-diff -n node1.example.com \ --from-puppetdb \...
octocatalog-diff was designed to run in a CI environment where there is no Puppet master or even Puppet agent available. Still, in many cases there *is* a Puppet configuration. To...
> Description of problem We don't have one big repo, but each puppet module lives in its own git repository. Can I still use octocatalog-diff ? I was trying to...
## Overview This pull request [introduces/changes/removes] [functionality/feature]. (Please write a summary of your pull request here. This paragraph should go into detail about what is changing, the motivation behind this...
octocatalog-diff v2.1.0 got released on 2021-02-18 and since then a few commits piled up, including https://github.com/github/octocatalog-diff/commit/fb924b8b494a3dfd1211bf783414d3c01d93a696 which would be nice to have available for usage with more recent puppet(db) versions....