Add puppet-lint to Gemfile

Change-Id: I5a30344402af11f27550ea57bcf07daed4c7ace9
This commit is contained in:
Mathieu Gagné 2013-05-21 19:38:39 -04:00
parent 618f81dee6
commit 6bf22ce150
1 changed files with 1 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']