This file is indexed.

/usr/lib/ruby/vendor_ruby/octocatalog-diff.rb 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
# These are all the classes we believe people might want to call directly, so load
# them in response to a 'require octocatalog-diff'.

loads = %w(api/v1 bootstrap catalog cli errors facts puppetdb version)
loads.each { |f| require_relative "octocatalog-diff/#{f}" }