mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-06-02 00:35:34 +01:00
modulesync 9.2.0
This commit is contained in:
parent
f383d32565
commit
0b736b0ef5
6 changed files with 7 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ end
|
|||
gem 'rake', :require => false
|
||||
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
|
||||
|
||||
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.24'
|
||||
puppetversion = ENV['PUPPET_GEM_VERSION'] || [">= 7.24", "< 9"]
|
||||
gem 'puppet', puppetversion, :require => false, :groups => [:test]
|
||||
|
||||
# vim: syntax=ruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue