Sha256: 293ebaf0034336566feb58e1e01aeb75219b2bdc38935fe7c2d9b5c50af7580e
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: rhel8: roles: - linux - default platform: el-8-x86_64 box: generic/rhel8 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.5.1 | spec/acceptance/nodesets/rhel8.yml |
simp-rspec-puppet-facts-3.5.0 | spec/acceptance/nodesets/rhel8.yml |