You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ It can then be invoked as:
39
39
BEAKER_SETFILE=centos7-64 bundle exec rake beaker
40
40
```
41
41
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
+
42
45
Other common environment variables:
43
46
44
47
*`BEAKER_HYPERVISOR` defaults to `docker`, can be set to `vagrant_libvirt` or `vagrant` (using [VirtualBox](https://www.virtualbox.org/))
0 commit comments