From 2de87cb82bda1efb1cb8db61062ec4e558959c76 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 6 Jan 2023 14:28:22 +0100 Subject: [PATCH] Document how to list setfiles --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83872a3..e0fe453 100644 --- a/README.md +++ b/README.md @@ -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/))