From 592b6cab1421a99ae7f9030465bccee9dde322f8 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 26 Jun 2024 13:24:54 +0200 Subject: [PATCH 1/2] Add archlinux beaker example Add a "none" beaker puppet collection example. i.e for OSes that install the distro provided package. --- moduleroot/.github/CONTRIBUTING.md.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/moduleroot/.github/CONTRIBUTING.md.erb b/moduleroot/.github/CONTRIBUTING.md.erb index 88093274..4c646b96 100644 --- a/moduleroot/.github/CONTRIBUTING.md.erb +++ b/moduleroot/.github/CONTRIBUTING.md.erb @@ -245,6 +245,14 @@ with: BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=debian11-64 bundle exec rake beaker ``` +or + +```sh +BEAKER_PUPPET_COLLECTION=none BEAKER_setfile=archlinux-64 bundle exec rake beaker +``` + +This latter example will use the distribution's own version of Puppet. + You can replace the string `debian11` with any common operating system. The following strings are known to work: @@ -254,6 +262,7 @@ The following strings are known to work: * centos7 * centos8 * centos9 +* archlinux * almalinux8 * almalinux9 * fedora36 From 0fb500985b3b4df92d04c06db97517e2fe335403 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 26 Jun 2024 13:28:57 +0200 Subject: [PATCH 2/2] Correct working operatingystems --- moduleroot/.github/CONTRIBUTING.md.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/moduleroot/.github/CONTRIBUTING.md.erb b/moduleroot/.github/CONTRIBUTING.md.erb index 4c646b96..daceb642 100644 --- a/moduleroot/.github/CONTRIBUTING.md.erb +++ b/moduleroot/.github/CONTRIBUTING.md.erb @@ -259,8 +259,7 @@ The following strings are known to work: * ubuntu2004 * ubuntu2204 * debian11 -* centos7 -* centos8 +* debian12 * centos9 * archlinux * almalinux8