Skip to content

Commit

Permalink
Update moduleroot/Gemfile.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
bastelfreak and ekohl committed Sep 13, 2024
1 parent f2a1a4c commit b1a6612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Jenkinsfile:
delete: true
Gemfile:
puppet_version: ['>= 7.24', '< 9']
required:
':test':
- gem: voxpupuli-test
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
gem 'rake', :require => false
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]

puppetversion = ENV['PUPPET_GEM_VERSION'] || ['>= 7.24', '< 9']
puppetversion = ENV['PUPPET_GEM_VERSION'] || <%= @configs['puppet_version'].inspect %>
gem 'puppet', puppetversion, :require => false, :groups => [:test]

# vim: syntax=ruby

0 comments on commit b1a6612

Please sign in to comment.