modulesync 9.1.0

This commit is contained in:
Tim Meusel 2024-07-09 15:14:49 +02:00
parent 0116f1caf5
commit f383d32565
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
9 changed files with 88 additions and 4 deletions

View file

@ -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