
This is a first pass and is in no way complete. It does travis support and test the default case and the major params that change logic.
7 lines
204 B
Ruby
7 lines
204 B
Ruby
source :rubygems
|
|
|
|
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
|
gem 'puppet', puppetversion
|
|
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|
|
gem 'puppet-lint', '>= 0.3.2'
|