Use proper version of puppet-lint

to avoid 'WARNING: variable contains a dash' errors

Change-Id: Ibf0b2c516dc326fd926b672738ff0e14fed0594a
This commit is contained in:
Olivier Bourdon 2016-07-07 10:23:33 +02:00
parent dd5c9b3f48
commit 796fd245ca
2 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,5 @@ group :development, :test do
gem 'rake'
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0'
gem 'puppetlabs_spec_helper'
# Need to use master branch of puppet-lint because of
# https://github.com/rodjek/puppet-lint/issues/355
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
gem 'puppet-lint'
end

View File

@ -17,7 +17,5 @@ group :development, :test do
gem 'rake'
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0'
gem 'puppetlabs_spec_helper'
# Need to use master branch of puppet-lint because of
# https://github.com/rodjek/puppet-lint/issues/355
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
gem 'puppet-lint'
end