Merge pull request #54 from voxpupuli/modulesync

modulesync 10.0.0-19-g1adc8e0
This commit is contained in:
Tim Meusel 2025-08-12 10:55:31 +02:00 committed by GitHub
commit fcda3c65bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 13 deletions

View file

@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT # Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
modulesync_config_version: '10.0.0' modulesync_config_version: '10.1.0'

View file

@ -14,7 +14,7 @@ group :development do
end end
group :system_tests do group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.5', :require => false gem 'voxpupuli-acceptance', '~> 4.0', :require => false
end end
group :release do group :release do

View file

@ -1,30 +1,22 @@
# Managed by modulesync - DO NOT EDIT # Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
# otherwise attempt to load it directly.
begin begin
require 'voxpupuli/test/rake' require 'voxpupuli/test/rake'
rescue LoadError rescue LoadError
begin # only available if gem group test is installed
require 'puppetlabs_spec_helper/rake_tasks'
rescue LoadError
end
end end
# load optional tasks for acceptance
# only available if gem group releases is installed
begin begin
require 'voxpupuli/acceptance/rake' require 'voxpupuli/acceptance/rake'
rescue LoadError rescue LoadError
# only available if gem group acceptance is installed
end end
# load optional tasks for releases
# only available if gem group releases is installed
begin begin
require 'voxpupuli/release/rake_tasks' require 'voxpupuli/release/rake_tasks'
rescue LoadError rescue LoadError
# voxpupuli-release not present # only available if gem group releases is installed
else else
GCGConfig.user = 'voxpupuli' GCGConfig.user = 'voxpupuli'
GCGConfig.project = 'puppet-hashi_stack' GCGConfig.project = 'puppet-hashi_stack'