fuel-library/deployment/puppet/filemapper/Gemfile
Sergey Vasilenko 879910023c Add upstream puppet modules
for parsing text config files by mapping to hash
and for boolean values normalization in types

Fuel-CI: disable
Change-Id: I9b0d71eea357e9e27141caacf307cd0e40b9f5df
Blueprint: refactor-l23-linux-bridges
2015-03-05 10:51:47 +03:00

16 lines
314 B
Ruby

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