/usr/share/puppet/modules.available/adrienthebo-filemapper/Gemfile is in puppet-module-adrienthebo-filemapper 1.1.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 10 11 12 13 14 15 | source 'https://rubygems.org'
gem 'puppet', '>= 2.7.0'
gem 'facter', '>= 1.6.2'
group :test, :development do
gem 'yard', '~> 0.8.3'
gem 'redcarpet', '~> 2.3.0'
gem 'rspec', '~> 2.10.0'
gem 'mocha', '~> 0.10.5'
end
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)
end
|