mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 10:55:00 +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
|
name: CI
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push:
|
push:
|
||||||
|
@ -18,4 +19,4 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
puppet:
|
puppet:
|
||||||
name: 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"
|
name: "Pull Request Labeler"
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
pull_request_target: {}
|
pull_request_target: {}
|
||||||
|
|
||||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
# Managed by modulesync - DO NOT EDIT
|
# Managed by modulesync - DO NOT EDIT
|
||||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
# 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/
|
/.github/
|
||||||
/.librarian/
|
/.librarian/
|
||||||
/Puppetfile.lock
|
/Puppetfile.lock
|
||||||
|
/Puppetfile
|
||||||
*.iml
|
*.iml
|
||||||
/.editorconfig
|
/.editorconfig
|
||||||
/.fixtures.yml
|
/.fixtures.yml
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ end
|
||||||
gem 'rake', :require => false
|
gem 'rake', :require => false
|
||||||
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
|
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]
|
gem 'puppet', puppetversion, :require => false, :groups => [:test]
|
||||||
|
|
||||||
# vim: syntax=ruby
|
# vim: syntax=ruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue