Unverified Commit 569ac8a0 authored by Tim Meusel's avatar Tim Meusel
Browse files

modulesync 8.0.1

parent bf028562
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,5 +19,3 @@ jobs:
  puppet:
    name: Puppet
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
    with:
      pidfile_workaround: 'false'
+1 −1
Original line number Diff line number Diff line
@@ -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'
+5 −3
Original line number Diff line number Diff line
@@ -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:

.rspec

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

--format documentation
--color

.rspec_parallel

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

--format progress
Loading