Skip to content

Commit

Permalink
Test oraclelinux acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 4, 2023
1 parent d47e32a commit 8f958ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ group :test do
gem 'voxpupuli-test', '~> 6.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 3.0', :require => false
#gem 'puppet_metadata', '~> 3.0', :require => false
gem 'puppet_metadata', git: 'https://github.com/bastelfreak/puppet_metadata', branch: 'oraclelinux'
end

group :development do
Expand All @@ -16,6 +17,7 @@ group :development do
end

group :system_tests do
gem 'beaker-hostgenerator', git: 'https://github.com/bastelfreak/beaker-hostgenerator', branch: 'oraclelinux'
gem 'voxpupuli-acceptance', '~> 2.0', :require => false
end

Expand Down

0 comments on commit 8f958ca

Please sign in to comment.