Sha256: a56139b626f71913ec81c346f49ed974106b9dbfcb62a522229da397ef0ae879

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

<%
  if ENV['BEAKER_HYPERVISOR']
    hypervisor = ENV['BEAKER_HYPERVISOR']
  else
    hypervisor = 'vagrant'
  end
-%>
HOSTS:
  oel7:
    roles:
      - server
      - default
    platform:   el-7-x86_64
    box:        onyxpoint/oel-7-x86_64
    hypervisor: <%= hypervisor %>

  oel6:
    roles:
      - client
    platform:   el-6-x86_64
    box:        onyxpoint/oel-6-x86_64
    hypervisor: <%= hypervisor %>

  oel8:
    roles:
      - client
    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

1 entries across 1 versions & 1 rubygems

Version Path
simp-rspec-puppet-facts-2.4.0 spec/acceptance/nodesets/oel.yml