From d5bdd89a05ffc84f139515b82043cfb2cac8b713 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 26 Jun 2024 13:24:54 +0200 Subject: [PATCH] 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..4ff168b7 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 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