Skip to content

Commit 8cd368e

Browse files
authored
Merge pull request #115 from voxpupuli/modulesync
modulesync 10.5.0
2 parents f7e1c55 + a2ead90 commit 8cd368e

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
{
3+
"name": "VoxBox",
4+
"image": "ghcr.io/voxpupuli/voxbox:latest"
5+
}

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ permissions:
2222
jobs:
2323
puppet:
2424
name: Puppet
25-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
25+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
2626
with:
2727
additional_packages: 'libaugeas-dev augeas-tools'
2828
rubocop: false
29+
beaker_hypervisor: 'docker'

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.3.0'
5+
modulesync_config_version: '10.5.0'

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
with:
44
additional_packages: libaugeas-dev augeas-tools
55
rubocop: false
6+
beaker_hypervisor: 'docker'
67
Gemfile:
78
optional:
89
':test':

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
77
gem 'voxpupuli-test', '~> 13.0', :require => false
8-
gem 'puppet_metadata', '~> 5.0', :require => false
8+
gem 'puppet_metadata', '~> 6.0', :require => false
99
gem 'ruby-augeas', :require => false
1010
end
1111

0 commit comments

Comments
 (0)