Skip to content

Commit 679eb8d

Browse files
committed
modulesync 8.0.1
1 parent f0f5ee7 commit 679eb8d

File tree

6 files changed

+8
-18
lines changed

6 files changed

+8
-18
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ jobs:
1919
puppet:
2020
name: Puppet
2121
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
22-
with:
23-
pidfile_workaround: 'false'
24-
unit_runs_on: 'cern-self-hosted'

.msync.yml

+1-1
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: '7.5.0'
5+
modulesync_config_version: '8.0.1'

.overcommit.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ PreCommit:
4343
enabled: true
4444
description: 'Runs rubocop on modified files only'
4545
command: ['bundle', 'exec', 'rubocop']
46-
PuppetLint:
46+
RakeTarget:
4747
enabled: true
48-
description: 'Runs puppet-lint on modified files only'
49-
command: ['bundle', 'exec', 'puppet-lint']
48+
description: 'Runs lint on modified files only'
49+
targets:
50+
- 'lint'
51+
command: ['bundle', 'exec', 'rake']
5052
YamlSyntax:
5153
enabled: true
5254
JsonSyntax:

.rspec

-5
This file was deleted.

.rspec_parallel

-4
This file was deleted.

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 7.0', :require => false
7+
gem 'voxpupuli-test', '~> 7.2', :require => false
88
gem 'coveralls', :require => false
99
gem 'simplecov-console', :require => false
10-
gem 'puppet_metadata', '~> 3.5', :require => false
10+
gem 'puppet_metadata', '~> 4.0', :require => false
1111
end
1212

1313
group :development do

0 commit comments

Comments
 (0)