diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696fa6be..e9de3b39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 with: - pidfile_workaround: 'CentOS' + pidfile_workaround: '["CentOS", "AlmaLinux"]' rubocop: false cache-version: '1' diff --git a/metadata.json b/metadata.json index 8115a945..a67801fd 100644 --- a/metadata.json +++ b/metadata.json @@ -90,6 +90,13 @@ "operatingsystemrelease": [ "4" ] + }, + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8", + "9" + ] } ] }