Sha256: 497b63bd31c4b79b41d23df9bfd4fd8c15d7291e4cd7719c52ae86e02ffd041d
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: rhel9: roles: - linux - default platform: el-9-x86_64 box: generic/rhel9 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/rhel9.yml |
simp-rspec-puppet-facts-3.5.0 | spec/acceptance/nodesets/rhel9.yml |