This file is indexed.

/usr/share/doc/octocatalog-diff/advanced-puppet-versions.md is in octocatalog-diff 1.5.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
# Compiling the same catalog with different Puppet versions

`octocatalog-diff` can be a valuable tool when upgrading from one Puppet version to another. By instructing `octocatalog-diff` to compile the "from" catalog with one version of Puppet, and the "to" catalog with another version of Puppet, you can look for changes that arise due to different Puppet versions.

To use this feature, simply point `octocatalog-diff` at the Puppet binary you wish to use for each catalog.

- `--from-puppet-binary DIRECTORY_PATH/puppet` will compile the "from" catalog with the specified Puppet binary
- `--to-puppet-binary DIRECTORY_PATH/puppet` will compile the "to" catalog with the specified Puppet binary
- `--puppet-binary DIRECTORY_PATH/puppet` will compile both catalogs with the specified Puppet binary