Added puppet-lint to Gemfile

This commit is contained in:
Francesco Vollero 2013-07-22 18:18:04 +02:00
parent 322c17f6aa
commit cfb2d06175
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source :rubygems
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 0.3.2'
end
if puppetversion = ENV['PUPPET_GEM_VERSION']

View File

@ -13,6 +13,7 @@ GEM
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
@ -36,4 +37,5 @@ PLATFORMS
DEPENDENCIES
puppet
puppet-lint (~> 0.3.2)
puppetlabs_spec_helper