Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modulesync 9.2.0 #505

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
modulesync 9.2.0
bastelfreak committed Sep 13, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bastelfreak Tim Meusel
commit dd8492476da5c8696644bad5dfb6e5fb6baa62af
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

name: CI

# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
@@ -18,6 +19,6 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
with:
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

name: "Pull Request Labeler"

# yamllint disable-line rule:truthy
on:
pull_request_target: {}

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

name: Release

# yamllint disable-line rule:truthy
on:
push:
tags:
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
@@ -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'
1 change: 1 addition & 0 deletions .pmtignore
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
/.github/
/.librarian/
/Puppetfile.lock
/Puppetfile
*.iml
/.editorconfig
/.fixtures.yml
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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

Unchanged files with check annotations Beta

{

Check warning on line 1 in metadata.json

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 7

Check warning on line 1 in metadata.json

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8

Check warning on line 1 in metadata.json

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "puppet-nodejs",
"version": "11.0.1-rc0",
"author": "Vox Pupuli",
end
describe package('nodejs') do
it { is_expected.to be_installed }

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9

Check warning on line 64 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" Skipped: NodeJS 16 is not supported on EL9
it 'comes from the expected source' do

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9

Check warning on line 66 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source Skipped: NodeJS 16 is not supported on EL9
pkg_output = shell(pkg_cmd)
expect(pkg_output.stdout).to match 'nodesource'
end
end
describe command('node --version') do
its(:exit_status) { is_expected.to eq 0 }

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9

Check warning on line 73 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" exit_status Skipped: NodeJS 16 is not supported on EL9
its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9

Check warning on line 74 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 16

nodejs explicitly using version 16 from nodesource Command "node --version" stdout Skipped: NodeJS 16 is not supported on EL9
end
end
nodejs-devel
].each do |pkg|
describe package(pkg) do
it do

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 16

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 20

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed

Check warning on line 108 in spec/acceptance/class_spec.rb

GitHub Actions / Puppet / Puppet 8 - Rocky 9 - NodeJS 18

nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
pending('nodejs-devel and nodejs not installable together on EL9') if fact('os.release.major') == '9' && pkg == 'nodejs-devel'
is_expected.to be_installed
end