From f98645bb6d87b6a6aeee262f4f5313785e0fbc89 Mon Sep 17 00:00:00 2001 From: pccibot <12855858+pccibot@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:47:20 +0000 Subject: [PATCH 1/4] 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' From 02bae5ca76bc65973f8d5e854854c0bbb586d8b0 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Tue, 21 Oct 2025 21:30:13 +0200 Subject: [PATCH 2/4] ** DO NOT MERGE ** - test rootful podman --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf6996..5a7658b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,6 @@ permissions: jobs: puppet: name: Puppet - uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4 + uses: traylenator/gha-puppet/.github/workflows/beaker.yml@064a04f8c2e1247e236cf80ae57f7aab31990a59 + with: + podman_rootful: true From 95417a4d086ec7b09cf5bc9da09e6e3e4168fb66 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 27 Oct 2025 21:55:15 +0100 Subject: [PATCH 3/4] foobar --- .github/workflows/ci.yml | 2 +- metadata.json | 49 +--------------------------------------- 2 files changed, 2 insertions(+), 49 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a7658b..7534a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ permissions: jobs: puppet: name: Puppet - uses: traylenator/gha-puppet/.github/workflows/beaker.yml@064a04f8c2e1247e236cf80ae57f7aab31990a59 + uses: traylenator/gha-puppet/.github/workflows/beaker.yml@5a4dea7bedc0a104fd93c3e89c3fee89e24da3ad with: podman_rootful: true diff --git a/metadata.json b/metadata.json index 50ca7aa..5aded2a 100644 --- a/metadata.json +++ b/metadata.json @@ -25,57 +25,10 @@ } ], "operatingsystem_support": [ - { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "11", - "12" - ] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "20.04", - "22.04", - "24.04" - ] - }, - { - "operatingsystem": "RedHat", - "operatingsystemrelease": [ - "8", - "9", - "10" - ] - }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8", - "9", - "10" - ] - }, - { - "operatingsystem": "Rocky", - "operatingsystemrelease": [ - "8", - "9", - "10" - ] - }, - { - "operatingsystem": "CentOS", - "operatingsystemrelease": [ - "9", - "10" - ] - }, - { - "operatingsystem": "Fedora", - "operatingsystemrelease": [ - "41", - "42" + "9" ] } ], From 50e7beb69c897bdc0ce05ff5fdb6252783048f14 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 12 Nov 2025 21:01:50 +0100 Subject: [PATCH 4/4] CONTAINER_HOST --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7534a6c..a939883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ permissions: jobs: puppet: name: Puppet - uses: traylenator/gha-puppet/.github/workflows/beaker.yml@5a4dea7bedc0a104fd93c3e89c3fee89e24da3ad + uses: traylenator/gha-puppet/.github/workflows/beaker.yml@d037169e64fa61e830d576d816b42f059cbeba59 with: podman_rootful: true