From c5b7792e4fa91cb159a1463b0d143b52dc27842d Mon Sep 17 00:00:00 2001 From: pccibot <12855858+pccibot@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:05:46 +0000 Subject: [PATCH 1/3] modulesync 10.3.0 --- .msync.yml | 2 +- Gemfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.msync.yml b/.msync.yml index 68fb43b..814fbd0 100644 --- a/.msync.yml +++ b/.msync.yml @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '10.2.0' +modulesync_config_version: '10.3.0' diff --git a/Gemfile b/Gemfile index 2aaf7d5..5625986 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' group :test do - gem 'voxpupuli-test', '~> 12.0', :require => false + gem 'voxpupuli-test', '~> 13.0', :require => false gem 'puppet_metadata', '~> 5.0', :require => false end @@ -18,7 +18,7 @@ group :system_tests do end group :release do - gem 'voxpupuli-release', '~> 4.0', :require => false + gem 'voxpupuli-release', '~> 5.0', :require => false end gem 'rake', :require => false From 955d58a72dcf594b8bd54fb922d90e4304ff95b7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 27 Sep 2025 15:18:38 +0200 Subject: [PATCH 2/3] init.pp: Remove useless puppet-lint control comments --- manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d83d25c..5677044 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -79,9 +79,7 @@ if $facts['confluence_version'] and $facts['confluence_version'] != 'unknown' { # If the running version of CONFLUENCE is less than the expected version of CONFLUENCE # Shut it down in preparation for upgrade. - # lint:ignore:only_variable_string if versioncmp($version, $facts['confluence_version']) > 0 { - # lint:endignore notify { 'Attempting to upgrade CONFLUENCE': } exec { $stop_confluence: before => Class['confluence::facts'] } } From 7e5c50d50ab4d09255c110b480e2014f87eccbd7 Mon Sep 17 00:00:00 2001 From: pccibot <12855858+pccibot@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:46:36 +0000 Subject: [PATCH 3/3] modulesync 10.4.0 --- .github/workflows/ci.yml | 2 +- .msync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4467415..4bf6996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ permissions: jobs: puppet: name: Puppet - uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 + uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4 diff --git a/.msync.yml b/.msync.yml index 814fbd0..81ea369 100644 --- a/.msync.yml +++ b/.msync.yml @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '10.3.0' +modulesync_config_version: '10.4.0'