This file is indexed.

/usr/share/puppet/modules.available/keystone/lib/puppet/type/keystone_config.rb is in puppet-module-keystone 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
11
12
Puppet::Type.newtype(:keystone_config) do

  require File.expand_path(File.join(
                    File.dirname(__FILE__), '..', '..',
                    'puppet_x', 'keystone_config', 'ini_setting'))
  # mixin, shared with keystone_domain_config until this one moves on
  # to openstack cli
  extend PuppetX::KeystoneConfig::IniSetting

  create_parameters

end