mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-23 18:35:01 +01:00
modulesync 9.2.0
This commit is contained in:
parent
f383d32565
commit
0b736b0ef5
6 changed files with 7 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -4,6 +4,7 @@
|
|||
|
||||
name: CI
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
|
@ -18,4 +19,4 @@ concurrency:
|
|||
jobs:
|
||||
puppet:
|
||||
name: Puppet
|
||||
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
|
||||
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
|
||||
|
|
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
|
@ -4,6 +4,7 @@
|
|||
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
pull_request_target: {}
|
||||
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -4,6 +4,7 @@
|
|||
|
||||
name: Release
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
modulesync_config_version: '9.1.0'
|
||||
modulesync_config_version: '9.2.0'
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
/.github/
|
||||
/.librarian/
|
||||
/Puppetfile.lock
|
||||
/Puppetfile
|
||||
*.iml
|
||||
/.editorconfig
|
||||
/.fixtures.yml
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ end
|
|||
gem 'rake', :require => false
|
||||
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
|
||||
|
||||
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.24'
|
||||
puppetversion = ENV['PUPPET_GEM_VERSION'] || [">= 7.24", "< 9"]
|
||||
gem 'puppet', puppetversion, :require => false, :groups => [:test]
|
||||
|
||||
# vim: syntax=ruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue