1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +00:00
puppet-rsnapshot/Gemfile

8 lines
240 B
Ruby
Raw Permalink Normal View History

2016-01-18 18:54:53 +00:00
source 'https://rubygems.org'
2015-12-19 10:16:05 +00:00
2016-01-18 18:54:53 +00:00
puppetversion = ENV.key?('PUPPET_VERSION') ? "#{ENV['PUPPET_VERSION']}" : ['>= 4.0']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.8.2'
gem 'puppet-lint', '>= 1.0.0'
gem 'facter', '>= 1.7.0'