Sha256: 83f4d875db1663d7d9adbbb392e5f88ac2fff3a24eec29768640dd8244a4559b
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: el8.beaker.test: roles: - linux - default platform: el-8-x86_64 box: generic/centos8 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simp-rspec-puppet-facts-3.3.0 | spec/acceptance/nodesets/centos8.yml |
simp-rspec-puppet-facts-3.2.0 | spec/acceptance/nodesets/centos8.yml |