Skip to content

Commit

Permalink
modulesync 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 13, 2024
1 parent fc36e90 commit 8cee8cf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: CI

# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
Expand All @@ -21,6 +22,6 @@ jobs:
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
with:
additional_packages: 'libaugeas-dev augeas-tools'
beaker_hypervisor: vagrant_libvirt
acceptance_runs_on: macarne
beaker_hypervisor: 'vagrant_libvirt'
acceptance_runs_on: 'macarne'
install_vagrant_dependencies: false
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: "Pull Request Labeler"

# yamllint disable-line rule:truthy
on:
pull_request_target: {}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: Release

# yamllint disable-line rule:truthy
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '9.1.0'
modulesync_config_version: '9.2.0'
1 change: 1 addition & 0 deletions .pmtignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/.github/
/.librarian/
/Puppetfile.lock
/Puppetfile
*.iml
/.editorconfig
/.fixtures.yml
Expand Down
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ group :development do
end

group :system_tests do
# gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'voxpupuli-acceptance', git: 'https://github.com/voxpupuli/voxpupuli-acceptance', branch: 'vagrant'
gem 'beaker-vagrant', git: 'https://github.com/bastelfreak/beaker-vagrant', branch: 'vagrant'
gem 'beaker-rspec', git: 'https://github.com/voxpupuli/beaker-rspec', branch: 'vagrant'
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
end

group :release do
Expand All @@ -30,7 +27,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

0 comments on commit 8cee8cf

Please sign in to comment.