mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
More testing
This commit is contained in:
parent
d008f064cc
commit
1241ef7c85
9 changed files with 65 additions and 23 deletions
5
Gemfile
5
Gemfile
|
|
@ -1,11 +1,13 @@
|
|||
# vim:ft=ruby
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# rubocop:disable ConditionalAssignment
|
||||
if ENV.key?('PUPPET_VERSION')
|
||||
puppetversion = "#{ENV['PUPPET_VERSION']}"
|
||||
puppetversion = ENV['PUPPET_VERSION'].to_s
|
||||
else
|
||||
puppetversion = ['~> 4.0']
|
||||
end
|
||||
# rubocop:enable ConditionalAssignment
|
||||
|
||||
group :production do
|
||||
gem 'os', '~> 1.0'
|
||||
|
|
@ -20,6 +22,7 @@ group :development, :unit_tests do
|
|||
gem 'metadata-json-lint', '~> 1.0'
|
||||
gem 'puppetlabs_spec_helper', '~> 1.1'
|
||||
gem 'rspec-puppet', '~> 2.5'
|
||||
gem 'rubocop', '~> 0.48'
|
||||
gem 'yamllint', '~> 0.0.9'
|
||||
|
||||
# puppet-lint and plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue