Sha256: ace2a165d903496f488af4d418f1fbf35a57748a7847a9f0ee6d9e02c4d44073
Contents?: true
Size: 441 Bytes
Versions: 10
Compression:
Stored size: 441 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: rhel7: roles: - linux - default platform: el-7-x86_64 box: generic/rhel7 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
10 entries across 10 versions & 1 rubygems