Sha256: a035a44dbf7e86ec1ca26baf22e074056e42d4ed11c5710338f6f0f4d78424c5
Contents?: true
Size: 450 Bytes
Versions: 7
Compression:
Stored size: 450 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 %> vagrant_memsize: 2048 CONFIG: log_level: verbose type: aio <% if ENV['BEAKER_PUPPET_COLLECTION'] -%> puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> <% end -%>
Version data entries
7 entries across 7 versions & 1 rubygems