Allow puppet-lint v1 so community plugins work
This commit is contained in:
parent
7785195306
commit
697a512898
2
Gemfile
2
Gemfile
@ -10,7 +10,7 @@ gem 'metadata-json-lint'
|
||||
gem 'puppetlabs_spec_helper', '>= 1.1.1'
|
||||
gem 'facter', '>= 1.7.0'
|
||||
gem 'rspec-puppet'
|
||||
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
|
||||
gem 'puppet-lint', '>= 1.0', '< 3.0'
|
||||
gem 'puppet-lint-absolute_classname-check'
|
||||
gem 'puppet-lint-alias-check'
|
||||
gem 'puppet-lint-empty_string-check'
|
||||
|
Loading…
x
Reference in New Issue
Block a user