1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: octocatalog-diff
Section: admin
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-diffy,
ruby-hashdiff,
ruby-httparty (>= 0.11.0),
ruby-parallel,
ruby-rugged
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/puppet-team/octocatalog-diff.git
Vcs-Browser: https://salsa.debian.org/puppet-team/octocatalog-diff
Homepage: https://github.com/github/octocatalog-diff
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: octocatalog-diff
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-diffy,
ruby-hashdiff,
ruby-httparty (>= 0.11.0),
ruby-parallel,
ruby-rugged,
${misc:Depends},
${shlibs:Depends}
Description: compile and compare Puppet catalogs from 2 branches, versions, etc
octocatalog-diff is a tool to detect and display differences in Puppet
catalogs compiled from different environments. The catalogs may be
obtained through any of the following means:
- Compilation using a local puppet instance
- Puppet master 3.x/4.x HTTP API
- PuppetDB HTTP API
- Precompiled JSON catalogs
.
octocatalog-diff filters out attributes or resources with no effect
(e.g. tags) and displays only state differences between the two
catalogs. It does not require a working Puppet master (or puppetserver),
making it suitable for development use and use in Continuous Integration
environments.
|