Sha256: b163837ef8564147761d5486e34e9dd25afa3216b49348fd5eccc591b46df349
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: oel7: roles: - linux - default platform: el-7-x86_64 box: onyxpoint/oel-7-x86_64 hypervisor: <%= hypervisor %> CONFIG: log_level: verbose type: aio <% if ENV['BEAKER_PUPPET_COLLECTION'] -%> puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems