Skip to content

Commit

Permalink
Add archlinux beaker example
Browse files Browse the repository at this point in the history
Add a "none" beaker puppet collection example. i.e for OSes that
install the distro provided package.
  • Loading branch information
traylenator committed Jun 26, 2024
1 parent cf6ff25 commit d5bdd89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions moduleroot/.github/CONTRIBUTING.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -254,6 +262,7 @@ The following strings are known to work:
* centos7
* centos8
* centos9
* archlinux
* almalinux8
* almalinux9
* fedora36
Expand Down

0 comments on commit d5bdd89

Please sign in to comment.