File tree Expand file tree Collapse file tree 6 files changed +8
-16
lines changed
Expand file tree Collapse file tree 6 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 2020 name : Puppet
2121 uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
2222 with :
23- pidfile_workaround : ' false'
2423 beaker_facter : ' zabbix_version:Zabbix:5.0,6.0'
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff 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 :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44source ENV [ 'GEM_SOURCE' ] || 'https://rubygems.org'
55
66group :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 gem 'fakefs' , :require => false
1212 gem 'zabbixapi' , :require => false
1313end
You can’t perform that action at this time.
0 commit comments