mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-09-13 21:55:34 +01:00
modulesync 5.3.0
This commit is contained in:
parent
957f1627ba
commit
d1218a7291
8 changed files with 27 additions and 110 deletions
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
|
@ -124,7 +124,7 @@ If you have Ruby 2.x or want a specific version of Puppet,
|
|||
you must set an environment variable such as:
|
||||
|
||||
```sh
|
||||
export PUPPET_VERSION="~> 5.5.6"
|
||||
export PUPPET_GEM_VERSION="~> 6.1.0"
|
||||
```
|
||||
|
||||
You can install all needed gems for spec tests into the modules directory by
|
||||
|
@ -232,17 +232,16 @@ simple tests against it after applying the module. You can run this
|
|||
with:
|
||||
|
||||
```sh
|
||||
BEAKER_setfile=debian10-x64 bundle exec rake beaker
|
||||
BEAKER_setfile=debian11-64 bundle exec rake beaker
|
||||
```
|
||||
|
||||
You can replace the string `debian10` with any common operating system.
|
||||
The following strings are known to work:
|
||||
|
||||
* ubuntu1604
|
||||
* ubuntu1804
|
||||
* ubuntu2004
|
||||
* debian9
|
||||
* debian10
|
||||
* debian11
|
||||
* centos7
|
||||
* centos8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue