Use proper version of puppet-lint

to avoid 'WARNING: variable contains a dash' errors

Change-Id: I6fc54a2c36a988f1776201841d00e8870ad7247c
This commit is contained in:
Olivier Bourdon 2016-07-07 10:27:59 +02:00
parent 632e77f237
commit 268a0748d6
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