Sha256: 16050f74828169c90bce627aa59e225b5c0ea91e9d75d0035c913f51a852a43b
Contents?: true
Size: 423 Bytes
Versions: 8
Compression:
Stored size: 423 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: rhel8: roles: - default - linux platform: el-8-x86_64 box: generic/rhel8 hypervisor: <%= hypervisor %> CONFIG: log_level: verbose type: aio <% if ENV['BEAKER_PUPPET_COLLECTION'] -%> puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> <% end -%>
Version data entries
8 entries across 8 versions & 1 rubygems