This file is indexed.

/usr/share/puppet/modules.available/glance/lib/puppet/provider/glance_glare_config/ini_setting.rb is in puppet-module-glance 9.4.0-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
10
Puppet::Type.type(:glance_glare_config).provide(
  :ini_setting,
  :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do

  def self.file_path
    '/etc/glance/glance-glare.conf'
  end

end