Sha256: 3fb1742fd835e4d4131fb8bc242ae44b8e9c961665fff0f0ddff21617df17f5e
Contents?: true
Size: 424 Bytes
Versions: 10
Compression:
Stored size: 424 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: generic/oracle7 hypervisor: <%= hypervisor %> CONFIG: log_level: verbose type: aio <% if ENV['BEAKER_PUPPET_COLLECTION'] -%> puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %> <% end -%>
Version data entries
10 entries across 10 versions & 1 rubygems