diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4467415..7534a6c 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@v3 + uses: traylenator/gha-puppet/.github/workflows/beaker.yml@5a4dea7bedc0a104fd93c3e89c3fee89e24da3ad + with: + podman_rootful: true 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' 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" ] } ],