Skip to content

Commit 5b39693

Browse files
authored
Merge pull request #42 from bastelfreak/docs2
Document how to list setfiles
2 parents e1ca6ea + 2de87cb commit 5b39693

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ It can then be invoked as:
3939
BEAKER_SETFILE=centos7-64 bundle exec rake beaker
4040
```
4141

42+
To list all known setfiles, you can run `bundle exec setfiles`.
43+
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.
44+
4245
Other common environment variables:
4346

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

0 commit comments

Comments
 (0)