Skip to content

Commit

Permalink
Document how to list setfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 5, 2024
1 parent e1ca6ea commit e549a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ It can then be invoked as:
BEAKER_SETFILE=centos7-64 bundle exec rake beaker
```

To list all known setfiles, you can run `bundle exec setfiles`.
That command is provided by puppet_metadata, it will parse the local metadata.json and generate a list of supported setfiles based on the supported operating systems in the module.

Other common environment variables:

* `BEAKER_HYPERVISOR` defaults to `docker`, can be set to `vagrant_libvirt` or `vagrant` (using [VirtualBox](https://www.virtualbox.org/))
Expand Down

0 comments on commit e549a14

Please sign in to comment.