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