Skip to content

Commit

Permalink
Update to gems over github
Browse files Browse the repository at this point in the history
  • Loading branch information
daberkow authored and bastelfreak committed Aug 3, 2024
1 parent f92b74e commit 2d76861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@vagrant
with:
beaker_hypervisor: 'vagrant_libvirt'
beaker_hypervisor: 'vagrant_libvirt'
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec/spec_helper.rb:
- parameter_types
.github/workflows/ci.yml:
acceptance_tests: false
beaker_hypervisor: vagrant_libvirt
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
# https://github.com/voxpupuli/beaker-vagrant/pull/80
gem 'beaker-vagrant', github: 'voxpupuli/beaker-vagrant', require: false
gem 'beaker-hostgenerator', github: 'voxpupuli/beaker-hostgenerator', require: false
gem 'beaker-vagrant', '~> 1.4.0', require: false
gem 'beaker-hostgenerator', '~> 2.14.1', require: false
end

group :release do
Expand Down

0 comments on commit 2d76861

Please sign in to comment.