mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-23 18:35:01 +01:00
modulesync 8.0.1
This commit is contained in:
parent
7777366f79
commit
b24a437c8c
6 changed files with 8 additions and 17 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,5 +19,3 @@ jobs:
|
|||
puppet:
|
||||
name: Puppet
|
||||
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
|
||||
with:
|
||||
pidfile_workaround: 'false'
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
modulesync_config_version: '7.5.0'
|
||||
modulesync_config_version: '8.0.1'
|
||||
|
|
|
@ -43,10 +43,12 @@ PreCommit:
|
|||
enabled: true
|
||||
description: 'Runs rubocop on modified files only'
|
||||
command: ['bundle', 'exec', 'rubocop']
|
||||
PuppetLint:
|
||||
RakeTarget:
|
||||
enabled: true
|
||||
description: 'Runs puppet-lint on modified files only'
|
||||
command: ['bundle', 'exec', 'puppet-lint']
|
||||
description: 'Runs lint on modified files only'
|
||||
targets:
|
||||
- 'lint'
|
||||
command: ['bundle', 'exec', 'rake']
|
||||
YamlSyntax:
|
||||
enabled: true
|
||||
JsonSyntax:
|
||||
|
|
5
.rspec
5
.rspec
|
@ -1,5 +0,0 @@
|
|||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
--format documentation
|
||||
--color
|
|
@ -1,4 +0,0 @@
|
|||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
--format progress
|
4
Gemfile
4
Gemfile
|
@ -4,10 +4,10 @@
|
|||
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
||||
|
||||
group :test do
|
||||
gem 'voxpupuli-test', '~> 7.0', :require => false
|
||||
gem 'voxpupuli-test', '~> 7.2', :require => false
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov-console', :require => false
|
||||
gem 'puppet_metadata', '~> 3.5', :require => false
|
||||
gem 'puppet_metadata', '~> 4.0', :require => false
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue