This file is indexed.

/usr/share/puppet/modules.available/duritong-sysctl/Gemfile is in puppet-module-duritong-sysctl 0.0.11-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
13
14
15
16
17
source 'https://rubygems.org'

if ENV.key?('PUPPET_VERSION')
  puppetversion = "~> #{ENV['PUPPET_VERSION']}"
else
  puppetversion = ['>= 3.7.4']
end

gem 'puppet', puppetversion
# Support ruby 1.8.7
# https://github.com/rspec/rspec-core/issues/1864
if RUBY_VERSION < "1.9"
  gem 'rspec', '< 3.2.0'
end
gem 'puppet-lint'
gem 'puppetlabs_spec_helper'
gem 'rake'