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