Skip to content

Commit

Permalink
Merge pull request #42 from bastelfreak/docs2
Browse files Browse the repository at this point in the history
Document how to list setfiles
  • Loading branch information
bastelfreak authored Jul 5, 2024
2 parents e1ca6ea + 2de87cb commit 5b39693
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](https://github.com/voxpupuli/puppet_metadata/blob/master/bin/setfiles), 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 5b39693

Please sign in to comment.