Projet

Général

Profil

Révision f90426f6

IDf90426f682497ad91c5ef1872d60ed5ce8948a7d
Parent c932a958
Enfant 2a649e6e

Ajouté par Tim Meusel il y a 4 mois

modulesync 9.2.0

Voir les différences:

.github/workflows/ci.yml
4 4

  
5 5
name: CI
6 6

  
7
# yamllint disable-line rule:truthy
7 8
on:
8 9
  pull_request: {}
9 10
  push:
......
18 19
jobs:
19 20
  puppet:
20 21
    name: Puppet
21
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
22
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
.github/workflows/labeler.yml
4 4

  
5 5
name: "Pull Request Labeler"
6 6

  
7
# yamllint disable-line rule:truthy
7 8
on:
8 9
  pull_request_target: {}
9 10

  
.github/workflows/release.yml
4 4

  
5 5
name: Release
6 6

  
7
# yamllint disable-line rule:truthy
7 8
on:
8 9
  push:
9 10
    tags:
.msync.yml
2 2
# Managed by modulesync - DO NOT EDIT
3 3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4 4

  
5
modulesync_config_version: '9.1.0'
5
modulesync_config_version: '9.2.0'
Gemfile
26 26
gem 'rake', :require => false
27 27
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
28 28

  
29
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.24'
29
puppetversion = ENV['PUPPET_GEM_VERSION'] || [">= 7.24", "< 9"]
30 30
gem 'puppet', puppetversion, :require => false, :groups => [:test]
31 31

  
32 32
# vim: syntax=ruby

Formats disponibles : Unified diff