Skip to content

Commit

Permalink
Merge pull request #912 from traylenator/beakarch
Browse files Browse the repository at this point in the history
Add archlinux beaker example
  • Loading branch information
bastelfreak committed Jun 26, 2024
2 parents cf6ff25 + 0fb5009 commit eb0e289
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions moduleroot/.github/CONTRIBUTING.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,23 @@ 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:

* ubuntu2004
* ubuntu2204
* debian11
* centos7
* centos8
* debian12
* centos9
* archlinux
* almalinux8
* almalinux9
* fedora36
Expand Down

0 comments on commit eb0e289

Please sign in to comment.