mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2025-11-14 12:48:34 +00:00
.bundle
lib
manifests
spec
templates
tests
.fixtures.yml
.travis.yml
CONTRIBUTING.md
Gemfile
README.md
Rakefile
TODO
metadata.json
8 lines
240 B
Ruby
8 lines
240 B
Ruby
source 'https://rubygems.org'
|
|
|
|
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'
|