Closed seanmil closed 3 years ago
I re-ran the CI job and it passed. I don't know why the results are not updating above, but you can see the results here: https://github.com/seanmil/octocatalog-diff/actions/runs/372918628
This is excellent - thank you so much for the contributions 😄
Overview
This pull request introduces support for the Puppetserver v4 catalog API, introduced in Puppetserver 6.3.0.
This new API endpoint offers additional capabilities and options not present in earlier API versions. In particular, updating facts and catalogs with PuppetDB as part of the compile is now optional. For Puppet Enterprise customers, you may use PE RBAC tokens to authenticate for v4 catalog compiles.
Checklist
rake
in your checkout directory, or review the CI job triggered whenever you push to a pull request.rake coverage:spec
or ignoring untestable sections of code with# :nocov
comments. If you need help getting to 100% coverage please ask; however, don't just submit code with no tests..gem
file into the vendor/cache directory.